Searched defs:getSLEB128 (Results 1 - 2 of 2) 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/libcxxabi/src/Unwind/
H A DAddressSpace.hpp120 static int64_t getSLEB128(pint_t &addr, pint_t end);
165 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { function in class:libunwind::LocalAddressSpace
218 result = (pint_t)getSLEB128(addr, end);
389 int64_t getSLEB128(pint_t &addr, pint_t end);
433 int64_t OtherAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end) { function in class:libunwind::OtherAddressSpace
437 uint64_t result = LocalAddressSpace::getSLEB128(laddr, laddr + size);

Completed in 74 milliseconds