Searched refs:pointerEncoding (Results 1 – 1 of 1) sorted by relevance
/external/libunwind_llvm/src/ |
D | DwarfParser.hpp | 42 uint8_t pointerEncoding; member 146 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in decodeFDE() 148 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding & 0x0F); in decodeFDE() 211 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in findFDE() 213 p, nextCFI, cieInfo->pointerEncoding & 0x0F); in findFDE() 260 cieInfo->pointerEncoding = 0; in parseCIE() 329 cieInfo->pointerEncoding = addressSpace.get8(p); in parseCIE() 404 addressSpace.getEncodedP(p, instructionsEnd, cieInfo.pointerEncoding); in parseInstructions()
|