Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp490 DefGeneratorCandidates = this->LookupSet; in InProgressLookupState()
504 SymbolLookupSet DefGeneratorCandidates; member in llvm::orc::InProgressLookupState
2162 << IPLS->DefGeneratorCandidates << "\n" in OL_applyQueryPhase1()
2201 IPLS->DefGeneratorCandidates.append(std::move(Tmp)); in OL_applyQueryPhase1()
2223 JD, JDLookupFlags, IPLS->DefGeneratorCandidates, in OL_applyQueryPhase1()
2227 dbgs() << " Remaining candidates = " << IPLS->DefGeneratorCandidates in OL_applyQueryPhase1()
2241 else if (IPLS->DefGeneratorCandidates.empty()) in OL_applyQueryPhase1()
2246 << IPLS->DefGeneratorCandidates.size() << " candidates\n"; in OL_applyQueryPhase1()
2249 !IPLS->DefGeneratorCandidates.empty()) { in OL_applyQueryPhase1()
2259 auto &LookupSet = IPLS->DefGeneratorCandidates; in OL_applyQueryPhase1()
[all …]