Searched defs:needMaps (Results 1 – 1 of 1) sorted by relevance
55 Impl(bool needMaps) : pid_(UNWIND_TYPE_LOCAL) in Impl()288 Unwinder::Unwinder(bool needMaps) : impl_(std::make_shared<Impl>(needMaps)) in Unwinder()