Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp747 if (FromMR.RT->isDefunct()) in replace()
823 if (FromMR.RT->isDefunct()) in delegate()
937 if (MR.RT->isDefunct()) in resolve()
1038 if (MR.RT->isDefunct()) in emit()
2331 if (!RT.isDefunct()) in destroyResourceTracker()
2979 if (MR.RT->isDefunct()) in OL_notifyFailed()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h85 bool isDefunct() const { return JDAndFlag.load() & 0x1; } in isDefunct() function
1783 if (isDefunct()) in withResourceKeyDo()