Searched refs:pointerEncoding (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | DwarfParser.hpp | 44 uint8_t pointerEncoding; member 145 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in decodeFDE() 147 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding & 0x0F); in decodeFDE() 210 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in findFDE() 212 p, nextCFI, cieInfo->pointerEncoding & 0x0F); in findFDE() 259 cieInfo->pointerEncoding = 0; in parseCIE() 325 cieInfo->pointerEncoding = addressSpace.get8(p); in parseCIE() 394 addressSpace.getEncodedP(p, instructionsEnd, cieInfo.pointerEncoding); in parseInstructions()
|