Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp710 if (RT->isDefunct()) in replace()
789 if (RT->isDefunct()) in delegate()
905 if (RTI->second->isDefunct()) in resolve()
1003 if (RTI->second->isDefunct()) in emit()
2200 if (!RT.isDefunct()) in destroyResourceTracker()
2832 if (RTI->second->isDefunct()) in OL_notifyFailed()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h81 bool isDefunct() const { return JDAndFlag.load() & 0x1; } in isDefunct() function
1684 if (I->second->isDefunct()) in withResourceKeyDo()