Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOObject.h177 void ReadULEB128s(uint64_t Index, SmallVectorImpl<uint64_t> &Out) const;
/external/swiftshader/third_party/LLVM/tools/macho-dump/
Dmacho-dump.cpp325 Obj.ReadULEB128s(LLC->DataOffset, Addresses); in DumpLinkeditDataCommand()
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObject.cpp360 void MachOObject::ReadULEB128s(uint64_t Index, in ReadULEB128s() function in MachOObject
/external/llvm/include/llvm/Object/
DMachO.h406 void ReadULEB128s(uint64_t Index, SmallVectorImpl<uint64_t> &Out) const;
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp251 MachOObj->ReadULEB128s(LLC->DataOffset, FoundFns); in getSectionsAndSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DMachO.h572 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-7.0/llvm/tools/llvm-nm/
Dllvm-nm.cpp1608 MachO->ReadULEB128s(LLC.dataoff, FoundFns); in dumpSymbolNamesFromObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp4586 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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp332 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns); in getSectionsAndSymbols()