Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp209 OutstandingSymbolsCount = Symbols.size(); in AsynchronousSymbolQuery()
229 --OutstandingSymbolsCount; in notifySymbolMetRequiredState()
233 assert(OutstandingSymbolsCount == 0 && in handleComplete()
260 OutstandingSymbolsCount == 0 && in handleFailed()
289 --OutstandingSymbolsCount; in dropSymbol()
294 OutstandingSymbolsCount = 0; in detach()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h806 bool isComplete() const { return OutstandingSymbolsCount == 0; } in isComplete()
827 size_t OutstandingSymbolsCount; variable