Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwindCursor.hpp911 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections &sects);
1344 bool UnwindCursor<A, R>::getInfoFromEHABISection( in getInfoFromEHABISection() function in libunwind::UnwindCursor
1941 if (sects.arm_section != 0 && this->getInfoFromEHABISection(pc, sects)) in setInfoBasedOnIPRegister()