Searched refs:needMaps (Results 1 – 2 of 2) sorted by relevance
32 Unwinder(bool needMaps = true);
55 Impl(bool needMaps) : pid_(UNWIND_TYPE_LOCAL) in Impl() argument57 if (needMaps) { in Impl()288 Unwinder::Unwinder(bool needMaps) : impl_(std::make_shared<Impl>(needMaps)) in Unwinder() argument