Searched refs:pointerEncoding (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
H A DDwarfParser.hpp43 uint8_t pointerEncoding; member in struct:libunwind::CFI_Parser::CIE_Info
144 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding);
146 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding & 0x0F);
209 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding);
211 p, nextCFI, cieInfo->pointerEncoding & 0x0F);
258 cieInfo->pointerEncoding = 0;
324 cieInfo->pointerEncoding = addressSpace.get8(p);
393 addressSpace.getEncodedP(p, instructionsEnd, cieInfo.pointerEncoding);

Completed in 32 milliseconds