Searched refs:getEncodedP (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libunwind/src/ |
H A D | EHHeaderParser.hpp | 83 addressSpace.getEncodedP(p, ehHdrEnd, eh_frame_ptr_enc, ehHdrStart); in decodeEHHdr() 87 : addressSpace.getEncodedP(p, ehHdrEnd, fde_count_enc, ehHdrStart); in decodeEHHdr() 100 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart); in decodeTableEntry() 102 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart); in decodeTableEntry() 135 pint_t start = addressSpace.getEncodedP(tableEntry, ehHdrEnd, in findFDE()
|
H A D | DwarfParser.hpp | 205 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in decodeFDE() 207 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding & 0x0F); in decodeFDE() 217 if (addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding & 0x0F) != in decodeFDE() 222 addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding); in decodeFDE() 272 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in findFDE() 273 pint_t pcRange = addressSpace.getEncodedP( in findFDE() 286 if (addressSpace.getEncodedP( in findFDE() 291 .getEncodedP(p, nextCFI, cieInfo->lsdaEncoding); in findFDE() 385 .getEncodedP(p, cieContentEnd, cieInfo->personalityEncoding); in parseCIE() 471 codeOffset = addressSpace.getEncodedP( in parseFDEInstructions() [all...] |
H A D | AddressSpace.hpp | 198 pint_t getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, 271 LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, in getEncodedP() function in libunwind::LocalAddressSpace
|