Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h464 bool isFullyReady() const { return NotYetReadyCount == 0; } in isFullyReady()
487 size_t NotYetReadyCount; variable
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp269 NotYetResolvedCount = NotYetReadyCount = Symbols.size(); in AsynchronousSymbolQuery()
302 assert(NotYetReadyCount != 0 && "All symbols already emitted"); in notifySymbolReady()
303 --NotYetReadyCount; in notifySymbolReady()
334 NotYetResolvedCount == 0 && NotYetReadyCount == 0 && in handleFailed()
367 NotYetReadyCount = 0; in detach()