Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachOObject.h144 void ReadSegment64LoadCommand(
/external/llvm/lib/Object/
DMachOObjectFile.cpp418 MachOObj->ReadSegment64LoadCommand(LCI, Segment64LoadCmd); in moveToNextSection()
457 MachOObj->ReadSegment64LoadCommand(LCI, SLC); in getSection64()
476 MachOObj->ReadSegment64LoadCommand(LCI, SLC); in getSectionName()
DMachOObject.cpp201 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()