Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DResourceTrackerTest.cpp320 EXPECT_TRUE(BarRT->isDefunct()) << "BarRT should now be defunct"; in TEST_F()
378 EXPECT_TRUE(BarRT->isDefunct()) << "BarRT should now be defunct"; in TEST_F()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp688 if (RT->isDefunct()) in replace()
766 if (RT->isDefunct()) in delegate()
879 if (RTI->second->isDefunct()) in resolve()
977 if (RTI->second->isDefunct()) in emit()
2058 if (!RT.isDefunct()) in destroyResourceTracker()
2690 if (RTI->second->isDefunct()) in OL_notifyFailed()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h77 bool isDefunct() const { return JDAndFlag.load() & 0x1; } in isDefunct() function
1504 if (I->second->isDefunct()) in withResourceKeyDo()