Lines Matching refs:DefGeneratorCandidates
519 DefGeneratorCandidates = this->LookupSet; in InProgressLookupState()
533 SymbolLookupSet DefGeneratorCandidates; member in llvm::orc::InProgressLookupState
2394 << IPLS->DefGeneratorCandidates << "\n" in OL_applyQueryPhase1()
2433 IPLS->DefGeneratorCandidates.append(std::move(Tmp)); in OL_applyQueryPhase1()
2458 JD, JDLookupFlags, IPLS->DefGeneratorCandidates, in OL_applyQueryPhase1()
2462 dbgs() << " Remaining candidates = " << IPLS->DefGeneratorCandidates in OL_applyQueryPhase1()
2476 else if (IPLS->DefGeneratorCandidates.empty()) in OL_applyQueryPhase1()
2481 << IPLS->DefGeneratorCandidates.size() << " candidates\n"; in OL_applyQueryPhase1()
2484 !IPLS->DefGeneratorCandidates.empty()) { in OL_applyQueryPhase1()
2494 auto &LookupSet = IPLS->DefGeneratorCandidates; in OL_applyQueryPhase1()
2526 JD, JDLookupFlags, IPLS->DefGeneratorCandidates, in OL_applyQueryPhase1()
2538 if (IPLS->DefGeneratorCandidates.empty() && in OL_applyQueryPhase1()
2554 IPLS->DefGeneratorCandidates.remove_if( in OL_applyQueryPhase1()
2562 if (IPLS->DefGeneratorCandidates.empty()) { in OL_applyQueryPhase1()
2568 getSymbolStringPool(), IPLS->DefGeneratorCandidates.getSymbolNames())); in OL_applyQueryPhase1()
2585 << IPLS->DefGeneratorCandidates << "\n" in OL_completeLookup()
2824 << IPLS->DefGeneratorCandidates << "\n" in OL_completeLookupFlags()