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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp225 int64_t DataExtractor::getSLEB128(uint64_t *offset_ptr, Error *Err) const { function in class:DataExtractor
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h616 int64_t getSLEB128(Cursor &C) const { return getSLEB128(&C.Offset, &C.Err); } function in class:llvm::DataExtractor
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp283 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { function in class:libunwind::LocalAddressSpace

Completed in 163 milliseconds