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

References

lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
   41         Obj.getRelocation(RelI->getRawDataRefImpl());
   42     uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
   45       return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID);
   47     assert(!Obj.isRelocationScattered(RelInfo) &&
   50     RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI));
   53     if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID))
   58     bool IsExtern = Obj.getPlainRelocationExternal(RelInfo);