Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp168 OutstandingSymbolsCount = Symbols.size(); in AsynchronousSymbolQuery()
188 --OutstandingSymbolsCount; in notifySymbolMetRequiredState()
192 assert(OutstandingSymbolsCount == 0 && in handleComplete()
219 OutstandingSymbolsCount == 0 && in handleFailed()
248 --OutstandingSymbolsCount; in dropSymbol()
253 OutstandingSymbolsCount = 0; in detach()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h862 bool isComplete() const { return OutstandingSymbolsCount == 0; } in isComplete()
883 size_t OutstandingSymbolsCount; variable