Home
last modified time | relevance | path

Searched refs:ReadSection (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOObject.h160 void ReadSection(
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp314 MachOObj->ReadSection(LCI, DRI.d.b, Res); in getSection()
360 MachOObj->ReadSection(LCI, DRI.d.b, Sect); in getSectionName()
DMachOObject.cpp285 void MachOObject::ReadSection(const LoadCommandInfo &LCI, in ReadSection() function in MachOObject
/external/swiftshader/third_party/LLVM/tools/macho-dump/
Dmacho-dump.cpp144 Obj.ReadSection(LCI, i, Sect); in DumpSegmentCommand()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp145 Obj->ReadSection(*SegmentLCI, SectNum, Sect); in loadSegment32()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp230 MachOObj->ReadSection(LCI, SectNum, Sect); in getSectionsAndSymbols()