Home
last modified time | relevance | path

Searched refs:needMaps (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h32 Unwinder(bool needMaps = true);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp55 Impl(bool needMaps) : pid_(UNWIND_TYPE_LOCAL) in Impl() argument
57 if (needMaps) { in Impl()
288 Unwinder::Unwinder(bool needMaps) : impl_(std::make_shared<Impl>(needMaps)) in Unwinder() argument