Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1295 for (auto &Q : MII->second.pendingQueries()) { in failSymbols()
1463 << " " << KV.second.pendingQueries().size() in dump()
1465 for (const auto &Q : KV.second.pendingQueries()) in dump()
1474 !KV.second.pendingQueries().empty() || in dump()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1198 const AsynchronousSymbolQueryList &pendingQueries() const { in pendingQueries() function