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

Declarations

include/llvm/Object/MachO.h
  497   getSegmentLoadCommand(const LoadCommandInfo &L) const;

References

tools/dsymutil/MachOUtils.cpp
  144       Segment = adaptFrom32bits(Obj.getSegmentLoadCommand(LCI));
  494       transferSegmentAndSections(LCI, InputBinary.getSegmentLoadCommand(LCI),
tools/llvm-lipo/llvm-lipo.cpp
  119                    : O.getSegmentLoadCommand(LC).nsects);
  129                                      : O.getSegmentLoadCommand(LC).vmaddr);
tools/llvm-nm/llvm-nm.cpp
 1288         MachO::segment_command Seg = MachO->getSegmentLoadCommand(Command);
tools/llvm-objdump/MachODump.cpp
  388       MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command);
  765       MachO::segment_command Seg = O->getSegmentLoadCommand(Load);
 1093       const MachO::segment_command Seg = O->getSegmentLoadCommand(Load);
 3039       MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load);
 3105       MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load);
10069       MachO::segment_command SLC = Obj->getSegmentLoadCommand(Command);
10243       MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command);
tools/llvm-readobj/MachODumper.cpp
  364     MachO::segment_command SC = Obj->getSegmentLoadCommand(L);
tools/llvm-size/llvm-size.cpp
  250       MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load);
  319       MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load);