Home
last modified time | relevance | path

Searched refs:getSegment64LoadCommand (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Object/
DMachO.h179 getSegment64LoadCommand(const LoadCommandInfo &L) const;
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp152 macho::Segment64LoadCommand SLC = Obj.getSegment64LoadCommand(LCI); in DumpSegment64Command()
/external/llvm/lib/Object/
DMachOObjectFile.cpp229 macho::Segment64LoadCommand S = O->getSegment64LoadCommand(L); in getSegmentLoadCommandNumSections()
1510 MachOObjectFile::getSegment64LoadCommand(const LoadCommandInfo &L) const { in getSegment64LoadCommand() function in llvm::object::MachOObjectFile