Searched refs:decodeFDE (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | libunwind.cpp | 300 const char *message = CFI_Parser<LocalAddressSpace>::decodeFDE( in _LIBUNWIND_WEAK_ALIAS() 328 if (CFI_Parser<LocalAddressSpace>::decodeFDE( in __unw_add_dynamic_eh_frame_section()
|
H A D | EHHeaderParser.hpp | 104 CFI_Parser<A>::decodeFDE(addressSpace, fde, fdeInfo, cieInfo); in findFDE()
|
H A D | DwarfParser.hpp | 157 static const char *decodeFDE(A &addressSpace, pint_t fdeStart, 172 const char *CFI_Parser<A>::decodeFDE(A &addressSpace, pint_t fdeStart, in decodeFDE() function in libunwind::CFI_Parser
|
H A D | DwarfInstructions.hpp | 192 if (CFI_Parser<A>::decodeFDE(addressSpace, fdeStart, &fdeInfo, in stepWithDwarf()
|
H A D | UnwindCursor.hpp | 2664 if (!CFI_Parser<A>::decodeFDE(_addressSpace, cachedFDE, &fdeInfo, &cieInfo)) in setInfoBasedOnIPRegister() 2675 if (!CFI_Parser<A>::decodeFDE(_addressSpace, fde, &fdeInfo, &cieInfo)) { in setInfoBasedOnIPRegister()
|