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

Declarations

include/llvm/Object/MachO.h
  487   MachO::section getSection(DataRefImpl DRI) const;

References

lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  125       const MachO::section &Sec32 = Obj.getSection(SecRef.getRawDataRefImpl());
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
  188   MachO::section Sec32 = Obj.getSection(PTSection.getRawDataRefImpl());
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
  216     MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl());
lib/Object/MachOObjectFile.cpp
  178   MachO::section Sect = O.getSection(Sec);
 1912   return getSection(Sec).addr;
 1933     MachO::section Sect = getSection(Sec);
 1963     MachO::section Sect = getSection(Sec);
 1977     MachO::section Sect = getSection(Sec);
 2050   return getSection(Sec).offset == 0;
 2067     MachO::section Sect = getSection(Sec);
 4412       MachO::section Sect = getSection(Sec);
tools/llvm-objdump/MachODump.cpp
 1459       const MachO::section Sec = O->getSection(Ref);
 1549       const MachO::section Sec = O->getSection(Ref);
 1768           const MachO::section Sec = O->getSection(Ref);
tools/llvm-readobj/MachODumper.cpp
  335     MachO::section Sect = Obj->getSection(Sec);