Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h735 --OutstandingSymbolsCount; in dropSymbol()
740 bool isComplete() const { return OutstandingSymbolsCount == 0; } in isComplete()
764 size_t OutstandingSymbolsCount; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp363 OutstandingSymbolsCount = Symbols.size(); in AsynchronousSymbolQuery()
376 --OutstandingSymbolsCount; in notifySymbolMetRequiredState()
380 assert(OutstandingSymbolsCount == 0 && in handleComplete()
392 OutstandingSymbolsCount == 0 && in handleFailed()
418 OutstandingSymbolsCount = 0; in detach()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp149 OutstandingSymbolsCount = Symbols.size(); in AsynchronousSymbolQuery()
168 --OutstandingSymbolsCount; in notifySymbolMetRequiredState()
172 assert(OutstandingSymbolsCount == 0 && in handleComplete()
182 OutstandingSymbolsCount == 0 && in handleFailed()
211 --OutstandingSymbolsCount; in dropSymbol()
216 OutstandingSymbolsCount = 0; in detach()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h816 bool isComplete() const { return OutstandingSymbolsCount == 0; } in isComplete()
840 size_t OutstandingSymbolsCount; variable