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

References

lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
  282     if (Obj.isRelocationScattered(RelInfo))
  291     if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) {
  292       assert(!Obj.getPlainRelocationExternal(RelInfo));
  293       assert(!Obj.getAnyRelocationPCRel(RelInfo));
  294       assert(Obj.getAnyRelocationLength(RelInfo) == 2);
  295       int64_t RawAddend = Obj.getPlainRelocationSymbolNum(RelInfo);
  299       RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl());
  302     if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_SUBTRACTOR)
  332     bool IsExtern = Obj.getPlainRelocationExternal(RelInfo);