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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DEHHeaderParser.hpp40 static bool findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart,
101 bool EHHeaderParser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart, function in class:libunwind::EHHeaderParser
H A DUnwindCursor.hpp84 static pint_t findFDE(pint_t mh, pint_t pc);
137 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { function in class:libunwind::DwarfFDECache
1473 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section,
1480 foundFDE = EHHeaderParser<A>::findFDE(
1487 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc);
1490 CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section,
1498 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section,
1911 pint_t cachedFDE = DwarfFDECache<A>::findFDE(0, pc);
H A DDwarfParser.hpp102 static bool findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart,
178 bool CFI_Parser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart, function in class:libunwind::CFI_Parser
181 //fprintf(stderr, "findFDE(0x%llX)\n", (long long)pc);
186 //fprintf(stderr, "findFDE() CFI at 0x%llX\n", (long long)p);

Completed in 110 milliseconds