Searched refs:DefGeneratorCandidates (Results 1 – 1 of 1) sorted by relevance
539 DefGeneratorCandidates = this->LookupSet; in InProgressLookupState()552 SymbolLookupSet DefGeneratorCandidates; member in llvm::orc::InProgressLookupState2344 << IPLS->DefGeneratorCandidates << "\n" in OL_applyQueryPhase1()2385 IPLS->DefGeneratorCandidates.append(std::move(Tmp)); in OL_applyQueryPhase1()2410 JD, JDLookupFlags, IPLS->DefGeneratorCandidates, in OL_applyQueryPhase1()2414 dbgs() << " Remaining candidates = " << IPLS->DefGeneratorCandidates in OL_applyQueryPhase1()2422 IPLS->DefGeneratorCandidates.empty()) in OL_applyQueryPhase1()2435 else if (IPLS->DefGeneratorCandidates.empty()) in OL_applyQueryPhase1()2440 << IPLS->DefGeneratorCandidates.size() << " candidates\n"; in OL_applyQueryPhase1()2443 !IPLS->DefGeneratorCandidates.empty()) { in OL_applyQueryPhase1()[all …]