reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Object/MachO.h
  499   getSegment64LoadCommand(const LoadCommandInfo &L) const;

References

tools/dsymutil/MachOUtils.cpp
  146       Segment = Obj.getSegment64LoadCommand(LCI);
  499       transferSegmentAndSections(LCI, InputBinary.getSegment64LoadCommand(LCI),
tools/llvm-lipo/llvm-lipo.cpp
  118           (Is64Bit ? O.getSegment64LoadCommand(LC).nsects
  128           countTrailingZeros(Is64Bit ? O.getSegment64LoadCommand(LC).vmaddr
tools/llvm-nm/llvm-nm.cpp
 1294         MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Command);
tools/llvm-objdump/MachODump.cpp
  395       MachO::segment_command_64 SLC = MachOObj->getSegment64LoadCommand(Command);
  737       MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load);
 1073       const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load);
 3018       MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load);
 3074       MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load);
 3225       MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load);
10082       MachO::segment_command_64 SLC_64 = Obj->getSegment64LoadCommand(Command);
10249       MachO::segment_command_64 Seg = Obj->getSegment64LoadCommand(Command);
tools/llvm-readobj/MachODumper.cpp
  378   MachO::segment_command_64 SC = Obj->getSegment64LoadCommand(L);
tools/llvm-size/llvm-size.cpp
  224       MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load);
  293       MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load);
tools/sancov/sancov.cpp
  612       MachO::segment_command_64 Seg = O.getSegment64LoadCommand(Load);