Searched defs:readULEB128 (Results 1 – 6 of 6) sorted by relevance
43 static uintptr_t readULEB128(const uint8_t** data) in readULEB128() function
44 Error BinaryStreamReader::readULEB128(uint64_t &Dest) { in readULEB128() function in BinaryStreamReader
2851 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr, const char **error) { in readULEB128() function in ExportEntry3404 uint64_t MachORebaseEntry::readULEB128(const char **error) { in readULEB128() function in MachORebaseEntry3939 uint64_t MachOBindEntry::readULEB128(const char **error) { in readULEB128() function in MachOBindEntry
104 static uint64_t readULEB128(WasmObjectFile::ReadContext &Ctx) { in readULEB128() function
64 Error RawCoverageReader::readULEB128(uint64_t &Result) { in readULEB128() function in RawCoverageReader
334 static uintptr_t readULEB128(const uint8_t **data) { in readULEB128() function