Home
last modified time | relevance | path

Searched refs:ReadULEB128s (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Object/
DMachO.h406 void ReadULEB128s(uint64_t Index, SmallVectorImpl<uint64_t> &Out) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h565 void ReadULEB128s(uint64_t Index, SmallVectorImpl<uint64_t> &Out) const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp2394 void MachOObjectFile::ReadULEB128s(uint64_t Index, in ReadULEB128s() function in MachOObjectFile
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp4623 void MachOObjectFile::ReadULEB128s(uint64_t Index, in ReadULEB128s() function in MachOObjectFile
/external/llvm/tools/llvm-objdump/
DMachODump.cpp326 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns); in getSectionsAndSymbols()