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

References

lib/ExecutionEngine/Orc/Core.cpp
 1144   if (Worklist.empty())
 1147   auto &ES = Worklist.front().first->getExecutionSession();
 1150     while (!Worklist.empty()) {
 1151       assert(Worklist.back().first && "Failed JITDylib can not be null");
 1152       auto &JD = *Worklist.back().first;
 1153       auto Name = std::move(Worklist.back().second);
 1154       Worklist.pop_back();
 1205             Worklist.push_back(std::make_pair(&DependantJD, DependantName));