Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp166 OutstandingSymbolsCount = Symbols.size(); in AsynchronousSymbolQuery()
185 --OutstandingSymbolsCount; in notifySymbolMetRequiredState()
189 assert(OutstandingSymbolsCount == 0 && in handleComplete()
216 OutstandingSymbolsCount == 0 && in handleFailed()
245 --OutstandingSymbolsCount; in dropSymbol()
250 OutstandingSymbolsCount = 0; in detach()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h858 bool isComplete() const { return OutstandingSymbolsCount == 0; } in isComplete()
879 size_t OutstandingSymbolsCount; variable