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

References

lib/ExecutionEngine/Orc/Core.cpp
  869     auto &DepsOnOtherJITDylib = MI.UnemittedDependencies[&OtherJITDylib];
  874       auto OtherSymI = OtherJITDylib.Symbols.find(OtherSymbol);
  879       assert(OtherSymI != OtherJITDylib.Symbols.end() &&
  895       assert(OtherJITDylib.MaterializingInfos.count(OtherSymbol) &&
  897       auto &OtherMI = OtherJITDylib.MaterializingInfos[OtherSymbol];
  901       else if (&OtherJITDylib != this || OtherSymbol != Name) {
  908       MI.UnemittedDependencies.erase(&OtherJITDylib);