Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp832 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc); in getInfoFromDwarfSection() local
833 if (cachedFDE != 0) { in getInfoFromDwarfSection()
837 cachedFDE, &fdeInfo, &cieInfo); in getInfoFromDwarfSection()
1201 pint_t cachedFDE = DwarfFDECache<A>::findFDE(0, pc); in setInfoBasedOnIPRegister() local
1202 if (cachedFDE != 0) { in setInfoBasedOnIPRegister()
1206 cachedFDE, &fdeInfo, &cieInfo); in setInfoBasedOnIPRegister()