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.cpp37 std::error_code RawCoverageReader::readULEB128(uint64_t &Result) { in readULEB128() function in RawCoverageReader
/external/llvm/lib/Object/
DMachOObjectFile.cpp1550 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr) { in readULEB128() function in ExportEntry
1820 uint64_t MachORebaseEntry::readULEB128() { in readULEB128() function in MachORebaseEntry
2054 uint64_t MachOBindEntry::readULEB128() { in readULEB128() function in MachOBindEntry
/external/libcxxabi/src/
Dcxa_personality.cpp179 readULEB128(const uint8_t** data) in readULEB128() function
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp376 static uintptr_t readULEB128(const uint8_t **data) { in readULEB128() function