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

References

lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  108         Obj.getRelocation(RelI->getRawDataRefImpl());
  109     uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
  114     if (Obj.getPlainRelocationExternal(RelInfo)) {
  133     if (Obj.isRelocationScattered(RelInfo)) {
  135         return processHALFSECTDIFFRelocation(SectionID, RelI, Obj,
  138         return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID,
  160     RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI));
  168     if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID))