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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
  158          << " isPCRel: " << RE.IsPCRel << " MachoType: " << RE.RelType
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
  309           (RE.Size == 2 && RE.IsPCRel) || (RE.Size == 3 && !RE.IsPCRel);
  309           (RE.Size == 2 && RE.IsPCRel) || (RE.Size == 3 && !RE.IsPCRel);
  336     } else if (!IsExtern && RE.IsPCRel)
  367       assert(!RE.IsPCRel && "PCRel and ARM64_RELOC_UNSIGNED not supported");
  378       assert(((RE.Size == 2 && RE.IsPCRel) || (RE.Size == 3 && !RE.IsPCRel)) &&
  378       assert(((RE.Size == 2 && RE.IsPCRel) || (RE.Size == 3 && !RE.IsPCRel)) &&
  384           RE.IsPCRel ? (RE.Addend - RE.Offset) : (Value + RE.Addend);
  390       assert(RE.IsPCRel && "not PCRel and ARM64_RELOC_BRANCH26 not supported");
  399       assert(RE.IsPCRel && "not PCRel and ARM64_RELOC_PAGE21 not supported");
  409       assert(!RE.IsPCRel && "PCRel and ARM64_RELOC_PAGEOFF21 not supported");
  475                              RE.IsPCRel, RE.Size);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  179     if (RE.IsPCRel)
  210     if (RE.IsPCRel) {
  340                              RE.IsPCRel, RE.Size);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
   85     if (RE.IsPCRel)
  104     if (RE.IsPCRel) {
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
   59     if (!IsExtern && RE.IsPCRel)
   93     if (RE.IsPCRel) {
  132     assert(RE.IsPCRel);