Home
last modified time | relevance | path

Searched defs:readULEB128 (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c43 static uintptr_t readULEB128(const uint8_t** data) in readULEB128() function
/external/llvm/lib/ProfileData/
DCoverageMappingReader.cpp38 std::error_code RawCoverageReader::readULEB128(uint64_t &Result) { in readULEB128() function in RawCoverageReader
/external/llvm/lib/Object/
DMachOObjectFile.cpp1267 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr) { in readULEB128() function in ExportEntry
1534 uint64_t MachORebaseEntry::readULEB128() { in readULEB128() function in MachORebaseEntry
1765 uint64_t MachOBindEntry::readULEB128() { in readULEB128() function in MachOBindEntry
/external/libcxxabi/src/
Dcxa_personality.cpp189 readULEB128(const uint8_t** data) in readULEB128() function
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp377 static uintptr_t readULEB128(const uint8_t **data) { in readULEB128() function