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

/external/llvm/lib/Support/
H A DDataExtractor.cpp152 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const { function in class:DataExtractor
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDataExtractor.cpp152 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const { function in class:DataExtractor
/external/libunwind_llvm/src/
H A DAddressSpace.hpp179 static int64_t getSLEB128(pint_t &addr, pint_t end);
225 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { function in class:libunwind::LocalAddressSpace
278 result = (pint_t)getSLEB128(addr, end);
558 int64_t getSLEB128(pint_t &addr, pint_t end);
603 int64_t RemoteAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end) { function in class:libunwind::RemoteAddressSpace
607 uint64_t result = LocalAddressSpace::getSLEB128(laddr, laddr + size);

Completed in 295 milliseconds