HomeSort by relevance Sort by last modified time
    Searched defs:getSLEB128 (Results 1 - 4 of 4) 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 146 static int64_t getSLEB128(pint_t &addr, pint_t end);
192 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) {
245 result = (pint_t)getSLEB128(addr, end);
494 int64_t getSLEB128(pint_t &addr, pint_t end);
539 int64_t OtherAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end) {
543 uint64_t result = LocalAddressSpace::getSLEB128(laddr, laddr + size);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
AddressSpace.hpp 139 static int64_t getSLEB128(pint_t &addr, pint_t end);
185 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) {
238 result = (pint_t)getSLEB128(addr, end);
480 int64_t getSLEB128(pint_t &addr, pint_t end);
525 int64_t OtherAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end) {
529 uint64_t result = LocalAddressSpace::getSLEB128(laddr, laddr + size);

Completed in 957 milliseconds