Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDataExtractor.h616 int64_t getSLEB128(Cursor &C) const { return getSLEB128(&C.Offset, &C.Err); } in getSLEB128() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DDataExtractor.cpp225 int64_t DataExtractor::getSLEB128(uint64_t *offset_ptr, Error *Err) const { in getSLEB128() function in DataExtractor
/netbsd/sys/lib/libunwind/
H A DAddressSpace.hpp123 int64_t getSLEB128(pint_t &addr, pint_t end) { in getSLEB128() function in _Unwind::LocalAddressSpace