Home
last modified time | relevance | path

Searched defs:getSLEB128 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Support/
DDataExtractor.cpp152 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const { in getSLEB128() function in DataExtractor
/external/llvm-project/llvm/include/llvm/Support/
DDataExtractor.h616 int64_t getSLEB128(Cursor &C) const { return getSLEB128(&C.Offset, &C.Err); } in getSLEB128() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDataExtractor.cpp195 int64_t DataExtractor::getSLEB128(uint64_t *offset_ptr) const { in getSLEB128() function in DataExtractor
/external/llvm-project/llvm/lib/Support/
DDataExtractor.cpp225 int64_t DataExtractor::getSLEB128(uint64_t *offset_ptr, Error *Err) const { in getSLEB128() function in DataExtractor
/external/llvm-project/libunwind/src/
DAddressSpace.hpp239 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128() function in libunwind::LocalAddressSpace