Home
last modified time | relevance | path

Searched defs:getULEB128 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DDataExtractor.cpp131 uint64_t DataExtractor::getULEB128(uint32_t *offset_ptr) const { in getULEB128() function in DataExtractor
/external/llvm/lib/Support/
DDataExtractor.cpp131 uint64_t DataExtractor::getULEB128(uint32_t *offset_ptr) const { in getULEB128() function in DataExtractor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDataExtractor.cpp148 uint64_t DataExtractor::getULEB128(uint32_t *offset_ptr) const { in getULEB128() function in DataExtractor
/external/libunwind_llvm/src/
DAddressSpace.hpp248 inline uint64_t LocalAddressSpace::getULEB128(pint_t &addr, pint_t end) { in getULEB128() function in libunwind::LocalAddressSpace