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

References

lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
   41         Obj.getRelocation(RelI->getRawDataRefImpl());
   42     uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
   44     if (Obj.isRelocationScattered(RelInfo)) {
   47         return processSECTDIFFRelocation(SectionID, RelI, Obj,
   50         return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID);
   67     RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI));
   70     if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID))