Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOObject.h141 void ReadSegmentLoadCommand(
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp285 MachOObj->ReadSegmentLoadCommand(LCI, SegmentLoadCmd); in moveToNextSection()
313 MachOObj->ReadSegmentLoadCommand(LCI, SLC); in getSection()
358 MachOObj->ReadSegmentLoadCommand(LCI, SLC); in getSectionName()
DMachOObject.cpp182 void MachOObject::ReadSegmentLoadCommand(const LoadCommandInfo &LCI, in ReadSegmentLoadCommand() function in MachOObject
/external/swiftshader/third_party/LLVM/tools/macho-dump/
Dmacho-dump.cpp130 Obj.ReadSegmentLoadCommand(LCI, SLC); in DumpSegmentCommand()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp139 Obj->ReadSegmentLoadCommand(*SegmentLCI, SegmentLC); in loadSegment32()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp225 MachOObj->ReadSegmentLoadCommand(LCI, SegmentLC); in getSectionsAndSymbols()