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

References

lib/ExecutionEngine/Orc/Core.cpp
 1156       (*FailedSymbolsMap)[&JD].insert(Name);
 1158       assert(JD.Symbols.count(Name) && "No symbol table entry for Name");
 1159       auto &Sym = JD.Symbols[Name];
 1169       auto MII = JD.MaterializingInfos.find(Name);
 1171       if (MII == JD.MaterializingInfos.end())
 1190           auto UnemittedDepI = DependantMI.UnemittedDependencies.find(&JD);
 1219           assert(UnemittedDepMII->second.Dependants.count(&JD) &&
 1221           assert(UnemittedDepMII->second.Dependants[&JD].count(Name) &&
 1223           UnemittedDepMII->second.Dependants[&JD].erase(Name);
 1224           if (UnemittedDepMII->second.Dependants[&JD].empty())
 1225             UnemittedDepMII->second.Dependants.erase(&JD);
 1244       JD.MaterializingInfos.erase(MII);