Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libunwind/src/
H A DAddressSpace.hpp255 bool findUnwindSections(pint_t targetAddr, UnwindInfoSections &info);
547 inline bool LocalAddressSpace::findUnwindSections(pint_t targetAddr, in findUnwindSections() function in libunwind::LocalAddressSpace
H A DUnwindCursor.hpp2545 else if (_addressSpace.findUnwindSections(pc, sects)) { in setInfoBasedOnIPRegister()