Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DAddressSpace.hpp116 bool findUnwindSections(pint_t targetAddr, UnwindInfoSections &info);
337 inline bool LocalAddressSpace::findUnwindSections(pint_t targetAddr, in findUnwindSections() function in libunwind::LocalAddressSpace
520 bool findUnwindSections(pint_t targetAddr, UnwindInfoSections &info);
DUnwindCursor.hpp1221 if (_addressSpace.findUnwindSections(pc, sects)) { in setInfoBasedOnIPRegister()