Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libunwind/src/
H A DEHHeaderParser.hpp48 uint8_t tableEnc,
51 static size_t getTableEntrySize(uint8_t tableEnc);
96 uint8_t tableEnc, typename CFI_Parser<A>::FDE_Info *fdeInfo, in decodeTableEntry() argument
100 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart); in decodeTableEntry()
102 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart); in decodeTableEntry()
160 size_t EHHeaderParser<A>::getTableEntrySize(uint8_t tableEnc) { in getTableEntrySize() argument
161 switch (tableEnc & 0x0f) { in getTableEntrySize()