Searched refs:pointerEncoding (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | DwarfParser.hpp | 43 uint8_t pointerEncoding; member 144 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in decodeFDE() 146 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding & 0x0F); in decodeFDE() 209 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in findFDE() 211 p, nextCFI, cieInfo->pointerEncoding & 0x0F); in findFDE() 258 cieInfo->pointerEncoding = 0; in parseCIE() 324 cieInfo->pointerEncoding = addressSpace.get8(p); in parseCIE() 393 addressSpace.getEncodedP(p, instructionsEnd, cieInfo.pointerEncoding); in parseInstructions()
|