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 110 static int64_t getSLEB128(pint_t &addr, pint_t end);
156 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) {
209 result = (pint_t)getSLEB128(addr, end);
515 int64_t getSLEB128(pint_t &addr, pint_t end);
560 int64_t RemoteAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end) {
564 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 250 milliseconds