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

Declarations

include/llvm/Object/MachO.h
  488   MachO::section_64 getSection64(DataRefImpl DRI) const;

References

lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  117           Obj.getSection64(SecRef.getRawDataRefImpl());
lib/Object/MachOObjectFile.cpp
  175     MachO::section_64 Sect = O.getSection64(Sec);
 1911     return getSection64(Sec).addr;
 1928     MachO::section_64 Sect = getSection64(Sec);
 1959     MachO::section_64 Sect = getSection64(Sec);
 1974     MachO::section_64 Sect = getSection64(Sec);
 2049     return getSection64(Sec).offset == 0;
 2064     MachO::section_64 Sect = getSection64(Sec);
 4409       MachO::section_64 Sect = getSection64(Sec);
tools/llvm-objdump/MachODump.cpp
 1456       const MachO::section_64 Sec = O->getSection64(Ref);
 1546       const MachO::section_64 Sec = O->getSection64(Ref);
 1764           const MachO::section_64 Sec = O->getSection64(Ref);
tools/llvm-readobj/MachODumper.cpp
  347   MachO::section_64 Sect = Obj->getSection64(Sec);