Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachOObject.h141 void ReadSegmentLoadCommand(
/external/llvm/lib/Object/
DMachOObjectFile.cpp413 MachOObj->ReadSegmentLoadCommand(LCI, SegmentLoadCmd); in moveToNextSection()
441 MachOObj->ReadSegmentLoadCommand(LCI, SLC); in getSection()
486 MachOObj->ReadSegmentLoadCommand(LCI, SLC); in getSectionName()
DMachOObject.cpp183 void MachOObject::ReadSegmentLoadCommand(const LoadCommandInfo &LCI, in ReadSegmentLoadCommand() function in MachOObject
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp130 Obj.ReadSegmentLoadCommand(LCI, SLC); in DumpSegmentCommand()