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

References

lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
  280         Obj.getRelocation(RelI->getRawDataRefImpl());
  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)
  303       return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID);
  305     RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI));
  327     if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID))
  332     bool IsExtern = Obj.getPlainRelocationExternal(RelInfo);