Searched refs:ReadSection (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | MachOObject.h | 160 void ReadSection(
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | MachOObjectFile.cpp | 314 MachOObj->ReadSection(LCI, DRI.d.b, Res); in getSection() 360 MachOObj->ReadSection(LCI, DRI.d.b, Sect); in getSectionName()
|
D | MachOObject.cpp | 285 void MachOObject::ReadSection(const LoadCommandInfo &LCI, in ReadSection() function in MachOObject
|
/external/swiftshader/third_party/LLVM/tools/macho-dump/ |
D | macho-dump.cpp | 144 Obj.ReadSection(LCI, i, Sect); in DumpSegmentCommand()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 145 Obj->ReadSection(*SegmentLCI, SectNum, Sect); in loadSegment32()
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | MachODump.cpp | 230 MachOObj->ReadSection(LCI, SectNum, Sect); in getSectionsAndSymbols()
|