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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1487 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc); local
1488 if (cachedFDE != 0) {
1492 cachedFDE, &fdeInfo, &cieInfo);
1911 pint_t cachedFDE = DwarfFDECache<A>::findFDE(0, pc); local
1912 if (cachedFDE != 0) {
1916 cachedFDE, &fdeInfo, &cieInfo);

Completed in 50 milliseconds