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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
   62     Obj.getRelocation(RelI->getRawDataRefImpl());
   65   uint32_t RelocType = Obj.getAnyRelocationType(RE);
   66   bool IsPCRel = Obj.getAnyRelocationPCRel(RE);
   67   unsigned Size = Obj.getAnyRelocationLength(RE);
   73   unsigned SymbolBaseAddr = Obj.getScatteredRelocationValue(RE);
   74   section_iterator TargetSI = getSectionByAddress(Obj, SymbolBaseAddr);
   75   assert(TargetSI != Obj.section_end() && "Can't find section for symbol");
   81         findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID))