Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DAddressSpace.hpp226 bool findOtherFDE(pint_t targetAddr, pint_t &fde);
578 inline bool LocalAddressSpace::findOtherFDE(pint_t targetAddr, pint_t &fde) { in findOtherFDE() function in libunwind::LocalAddressSpace
DUnwindCursor.hpp1928 if (_addressSpace.findOtherFDE(pc, fde)) { in setInfoBasedOnIPRegister()