Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachOObject.h144 void ReadSegment64LoadCommand(
/external/llvm/lib/Object/
DMachOObjectFile.cpp259 MachOObj->ReadSegment64LoadCommand(LCI, Segment64LoadCmd); in moveToNextSection()
291 MachOObj->ReadSegment64LoadCommand(LCI, SLC); in getSection64()
310 MachOObj->ReadSegment64LoadCommand(LCI, SLC); in getSectionName()
DMachOObject.cpp199 void MachOObject::ReadSegment64LoadCommand(const LoadCommandInfo &LCI, in ReadSegment64LoadCommand() function in MachOObject
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp166 Obj.ReadSegment64LoadCommand(LCI, SLC); in DumpSegment64Command()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp278 Obj->ReadSegment64LoadCommand(*SegmentLCI, Segment64LC); in loadSegment64()