Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DEHHeaderParser.hpp26 template <typename A> class EHHeaderParser { class
55 bool EHHeaderParser<A>::decodeEHHdr(A &addressSpace, pint_t ehHdrStart, in decodeEHHdr()
81 bool EHHeaderParser<A>::decodeTableEntry( in decodeTableEntry()
102 bool EHHeaderParser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart, in findFDE()
108 EHHeaderParser<A>::EHHeaderInfo hdrInfo; in findFDE()
109 if (!EHHeaderParser<A>::decodeEHHdr(addressSpace, ehHdrStart, ehHdrEnd, in findFDE()
147 size_t EHHeaderParser<A>::getTableEntrySize(uint8_t tableEnc) { in getTableEntrySize()
H A DAddressSpace.hpp430 EHHeaderParser<LocalAddressSpace>::EHHeaderInfo hdrInfo; in checkForUnwindInfoSegment()
434 if (EHHeaderParser<LocalAddressSpace>::decodeEHHdr( in checkForUnwindInfoSegment()
H A DCMakeLists.txt52 EHHeaderParser.hpp
H A DUnwindCursor.hpp1637 foundFDE = EHHeaderParser<A>::findFDE( in getInfoFromDwarfSection()