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.cpp188 OutstandingSymbolsCount = Symbols.size(); in AsynchronousSymbolQuery()
208 --OutstandingSymbolsCount; in notifySymbolMetRequiredState()
212 assert(OutstandingSymbolsCount == 0 && in handleComplete()
239 OutstandingSymbolsCount == 0 && in handleFailed()
268 --OutstandingSymbolsCount; in dropSymbol()
273 OutstandingSymbolsCount = 0; in detach()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h893 bool isComplete() const { return OutstandingSymbolsCount == 0; } in isComplete()
914 size_t OutstandingSymbolsCount; variable