Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOObject.h144 void ReadSegment64LoadCommand(
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp290 MachOObj->ReadSegment64LoadCommand(LCI, Segment64LoadCmd); in moveToNextSection()
329 MachOObj->ReadSegment64LoadCommand(LCI, SLC); in getSection64()
348 MachOObj->ReadSegment64LoadCommand(LCI, SLC); in getSectionName()
DMachOObject.cpp200 void MachOObject::ReadSegment64LoadCommand(const LoadCommandInfo &LCI, in ReadSegment64LoadCommand() function in MachOObject
/external/swiftshader/third_party/LLVM/tools/macho-dump/
Dmacho-dump.cpp166 Obj.ReadSegment64LoadCommand(LCI, SLC); in DumpSegment64Command()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp278 Obj->ReadSegment64LoadCommand(*SegmentLCI, Segment64LC); in loadSegment64()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp236 MachOObj->ReadSegment64LoadCommand(LCI, Segment64LC); in getSectionsAndSymbols()