Home
last modified time | relevance | path

Searched refs:DefGeneratorCandidates (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp520 DefGeneratorCandidates = this->LookupSet; in InProgressLookupState()
534 SymbolLookupSet DefGeneratorCandidates; member in llvm::orc::InProgressLookupState
2396 << IPLS->DefGeneratorCandidates << "\n" in OL_applyQueryPhase1()
2435 IPLS->DefGeneratorCandidates.append(std::move(Tmp)); in OL_applyQueryPhase1()
2460 JD, JDLookupFlags, IPLS->DefGeneratorCandidates, in OL_applyQueryPhase1()
2464 dbgs() << " Remaining candidates = " << IPLS->DefGeneratorCandidates in OL_applyQueryPhase1()
2478 else if (IPLS->DefGeneratorCandidates.empty()) in OL_applyQueryPhase1()
2483 << IPLS->DefGeneratorCandidates.size() << " candidates\n"; in OL_applyQueryPhase1()
2486 !IPLS->DefGeneratorCandidates.empty()) { in OL_applyQueryPhase1()
2496 auto &LookupSet = IPLS->DefGeneratorCandidates; in OL_applyQueryPhase1()
[all …]