Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp662 std::swap(PendingLookups, LookupsToFail); in ~DefinitionGenerator()
2317 if (DG->PendingLookups.empty()) { in OL_resumeLookupAfterGeneration()
2323 LS = std::move(DG->PendingLookups.front()); in OL_resumeLookupAfterGeneration()
2324 DG->PendingLookups.pop_front(); in OL_resumeLookupAfterGeneration()
2463 DG->PendingLookups.push_back(std::move(IPLS)); in OL_applyQueryPhase1()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h965 std::deque<LookupState> PendingLookups; variable