Searched refs:ReadSection64 (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | MachOObject.h | 164 void ReadSection64(
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | MachOObjectFile.cpp | 330 MachOObj->ReadSection64(LCI, DRI.d.b, Res); in getSection64() 350 MachOObj->ReadSection64(LCI, DRI.d.b, Sect); in getSectionName()
|
D | MachOObject.cpp | 308 void MachOObject::ReadSection64(const LoadCommandInfo &LCI, in ReadSection64() function in MachOObject
|
/external/swiftshader/third_party/LLVM/tools/macho-dump/ |
D | macho-dump.cpp | 180 Obj.ReadSection64(LCI, i, Sect); in DumpSegment64Command()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 284 Obj->ReadSection64(*SegmentLCI, SectNum, Sect); in loadSegment64()
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | MachODump.cpp | 242 MachOObj->ReadSection64(LCI, SectNum, Sect64); in getSectionsAndSymbols()
|