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

Declarations

include/llvm/Object/MachO.h
  489   MachO::section getSection(const LoadCommandInfo &L, unsigned Index) const;

References

tools/dsymutil/MachOUtils.cpp
  221   return Obj.getSection(LCI, Idx);
tools/llvm-lipo/llvm-lipo.cpp
  124                                                : O.getSection(LC, SI).align));
tools/llvm-objdump/MachODump.cpp
  767         MachO::section Sec = O->getSection(Load, J);
 1095         const MachO::section Sec = O->getSection(Load, J);
 3041         MachO::section Sec = info->O->getSection(Load, J);
 3107         MachO::section Sec = info->O->getSection(Load, J);
10076         MachO::section S = Obj->getSection(Command, j);
tools/llvm-size/llvm-size.cpp
  261         MachO::section Sec = MachO->getSection(Load, J);
  322           MachO::section Sec = MachO->getSection(Load, J);