HomeSort by relevance Sort by last modified time
    Searched defs:getSLEB128 (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Support/
DataExtractor.cpp 152 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const {
  /external/swiftshader/third_party/LLVM/lib/Support/
DataExtractor.cpp 152 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const {
  /external/libunwind_llvm/src/
AddressSpace.hpp 179 static int64_t getSLEB128(pint_t &addr, pint_t end);
225 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) {
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) {
607 uint64_t result = LocalAddressSpace::getSLEB128(laddr, laddr + size);

Completed in 92 milliseconds