Searched refs:ReadULEB128s (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | MachOObject.h | 177 void ReadULEB128s(uint64_t Index, SmallVectorImpl<uint64_t> &Out) const;
|
/external/swiftshader/third_party/LLVM/tools/macho-dump/ |
D | macho-dump.cpp | 325 Obj.ReadULEB128s(LLC->DataOffset, Addresses); in DumpLinkeditDataCommand()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | MachOObject.cpp | 360 void MachOObject::ReadULEB128s(uint64_t Index, in ReadULEB128s() function in MachOObject
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 406 void ReadULEB128s(uint64_t Index, SmallVectorImpl<uint64_t> &Out) const;
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | MachODump.cpp | 251 MachOObj->ReadULEB128s(LLC->DataOffset, FoundFns); in getSectionsAndSymbols()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | MachO.h | 572 void ReadULEB128s(uint64_t Index, SmallVectorImpl<uint64_t> &Out) const;
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 2394 void MachOObjectFile::ReadULEB128s(uint64_t Index, in ReadULEB128s() function in MachOObjectFile
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 1608 MachO->ReadULEB128s(LLC.dataoff, FoundFns); in dumpSymbolNamesFromObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 4586 void MachOObjectFile::ReadULEB128s(uint64_t Index, in ReadULEB128s() function in MachOObjectFile
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 326 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns); in getSectionsAndSymbols()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 332 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns); in getSectionsAndSymbols()
|