Searched refs:getSegment64LoadCommand (Results 1 - 6 of 6) sorted by relevance

/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp132 Segment = Obj.getSegment64LoadCommand(LCI);
457 transferSegmentAndSections(LCI, InputBinary.getSegment64LoadCommand(LCI),
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp217 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load);
286 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load);
/external/llvm/include/llvm/Object/
H A DMachO.h346 getSegment64LoadCommand(const LoadCommandInfo &L) const;
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp351 MachO::segment_command_64 SC = Obj->getSegment64LoadCommand(L);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp405 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load);
2235 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load);
2291 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load);
2459 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load);
8905 MachO::segment_command_64 SLC_64 = Obj->getSegment64LoadCommand(Command);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2106 MachOObjectFile::getSegment64LoadCommand(const LoadCommandInfo &L) const { function in class:MachOObjectFile

Completed in 163 milliseconds