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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  327               findOrEmitSection(Obj, *SI, IsCode, LocalSections))
  369                                                 LocalSections))
  377       if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs))
  421       if (LocalSections.find(*SI) != LocalSections.end())
  421       if (LocalSections.find(*SI) != LocalSections.end())
  426               findOrEmitSection(Obj, *SI, IsCode, LocalSections))
  434   if (auto Err = finalizeLoad(Obj, LocalSections))
  440   return LocalSections;