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

Declarations

include/llvm/Object/MachO.h
  543   MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;

References

lib/DebugInfo/DWARF/DWARFContext.cpp
 1349   auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl());
lib/ExecutionEngine/JITLink/MachO_arm64.cpp
  110         getObject().getRelocation(RelItr->getRawDataRefImpl());
lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
  113         getObject().getRelocation(RelItr->getRawDataRefImpl());
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
   62     Obj.getRelocation(RelI->getRawDataRefImpl());
  104       Obj.getRelocation(RI->getRawDataRefImpl());
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
   70       Obj.getRelocation(RI->getRawDataRefImpl());
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
  280         Obj.getRelocation(RelI->getRawDataRefImpl());
  299       RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl());
  486         Obj.getRelocation(RelI->getRawDataRefImpl());
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  108         Obj.getRelocation(RelI->getRawDataRefImpl());
  351         MachO.getRelocation(RelI->getRawDataRefImpl());
  377       MachO.getRelocation(RelI->getRawDataRefImpl());
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
   41         Obj.getRelocation(RelI->getRawDataRefImpl());
  152         Obj.getRelocation(RelI->getRawDataRefImpl());
  165         Obj.getRelocation(RelI->getRawDataRefImpl());
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
   41         Obj.getRelocation(RelI->getRawDataRefImpl());
  164         Obj.getRelocation(RelI->getRawDataRefImpl());
  177       Obj.getRelocation(RelI->getRawDataRefImpl());
  204     RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl());
lib/Object/MachOObjectFile.cpp
 2119   MachO::any_relocation_info RE = getRelocation(Rel);
 2125   MachO::any_relocation_info RE = getRelocation(Rel);
 2146   return section_iterator(getAnyRelocationSection(getRelocation(Rel)));
 2150   MachO::any_relocation_info RE = getRelocation(Rel);
 2265   MachO::any_relocation_info RE = getRelocation(Rel);
tools/dsymutil/DwarfLinker.cpp
  455     MachO::any_relocation_info MachOReloc = Obj.getRelocation(RelocDataRef);
tools/llvm-objcopy/MachO/MachOReader.cpp
  104       R.Info = MachOObj.getRelocation(RI->getRawDataRefImpl());
tools/llvm-objdump/MachODump.cpp
  504   MachO::any_relocation_info RE = Obj->getRelocation(Rel);
  530       MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
  579       MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
  601         MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
  641         MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
  889     const MachO::any_relocation_info RE = O->getRelocation(Rel);
 1479     RE = O->getRelocation(Rel);
 1629     RE = O->getRelocation(Rel);
 2642         RE = info->O->getRelocation(Rel);
 2652             RENext = info->O->getRelocation(RelNext);
 2714           RE = info->O->getRelocation(Rel);
 2752         RE = info->O->getRelocation(Rel);
 2775         MachO::any_relocation_info RENext = info->O->getRelocation(RelNext);
 2825     RE = info->O->getRelocation(Rel);
 2846       RENext = info->O->getRelocation(RelNext);
 2956     MachO::any_relocation_info RE = info->O->getRelocation(Rel);
 2961       MachO::any_relocation_info RENext = info->O->getRelocation(RelNext);
 3344       RE = info->O->getRelocation(Rel);
 6895         RE = info->O->getRelocation(Rel);
 7824   auto RE = Obj->getRelocation(Reloc.getRawDataRefImpl());
tools/llvm-readobj/MachODumper.cpp
  549   MachO::any_relocation_info RE = Obj->getRelocation(DR);