Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
HDgcc_personality_v0.c61 static uintptr_t readULEB128(const uint8_t **data) { in readULEB128() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDBinaryStreamReader.cpp44 Error BinaryStreamReader::readULEB128(uint64_t &Dest) { in readULEB128() function in BinaryStreamReader
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
HDCoverageMappingReader.cpp58 Error RawCoverageReader::readULEB128(uint64_t &Result) { in readULEB128() function in RawCoverageReader
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp2818 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr, const char **error) { in readULEB128() function in ExportEntry
3382 uint64_t MachORebaseEntry::readULEB128(const char **error) { in readULEB128() function in MachORebaseEntry
3928 uint64_t MachOBindEntry::readULEB128(const char **error) { in readULEB128() function in MachOBindEntry
HDWasmObjectFile.cpp103 static uint64_t readULEB128(WasmObjectFile::ReadContext &Ctx) { in readULEB128() function