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

Declarations

include/llvm/Object/ObjectFile.h
   73   DataRefImpl getRawDataRefImpl() const;

References

include/llvm/Object/ELFObjectFile.h
  199     return getObject()->getRelocationAddend(getRawDataRefImpl());
  207             B->getRawDataRefImpl(), cast<ELFObjectFileBase>(B->getObject()))) {}
  832   DataRefImpl RelData = Begin->getRawDataRefImpl();
lib/DebugInfo/DWARF/DWARFContext.cpp
 1318     RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl());
 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/COFFObjectFile.cpp
 1168   return toRel(Reloc.getRawDataRefImpl());
lib/Object/MachOObjectFile.cpp
 2472   Sec.d.a = Rel->getRawDataRefImpl().d.a;
lib/Object/WasmObjectFile.cpp
 1551   return getWasmRelocation(Ref.getRawDataRefImpl());
tools/dsymutil/DwarfLinker.cpp
  454     object::DataRefImpl RelocDataRef = Reloc.getRawDataRefImpl();
tools/lld/ELF/DWARF.cpp
   64     return s + ref.getRawDataRefImpl().p;
tools/llvm-objcopy/MachO/MachOReader.cpp
  104       R.Info = MachOObj.getRelocation(RI->getRawDataRefImpl());
tools/llvm-objdump/ELFDump.cpp
   57   DataRefImpl Rel = RelRef.getRawDataRefImpl();
tools/llvm-objdump/MachODump.cpp
  503   DataRefImpl Rel = RelRef.getRawDataRefImpl();
  888     const DataRefImpl Rel = Reloc->getRawDataRefImpl();
 1478     Rel = Reloc.getRawDataRefImpl();
 1628     Rel = Reloc.getRawDataRefImpl();
 2641         Rel = Reloc.getRawDataRefImpl();
 2713           Rel = Reloc.getRawDataRefImpl();
 2751         Rel = Reloc.getRawDataRefImpl();
 2824     Rel = Reloc->getRawDataRefImpl();
 2955     DataRefImpl Rel = Reloc->getRawDataRefImpl();
 3343       Rel = Reloc.getRawDataRefImpl();
 6894         Rel = Reloc.getRawDataRefImpl();
 7824   auto RE = Obj->getRelocation(Reloc.getRawDataRefImpl());
tools/llvm-objdump/llvm-objdump.cpp
  517   DataRefImpl Rel = RelRef.getRawDataRefImpl();
tools/llvm-readobj/MachODumper.cpp
  548   DataRefImpl DR = Reloc.getRawDataRefImpl();