Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1420 void destroyResourceTracker(ResourceTracker &RT);
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp46 getJITDylib().getExecutionSession().destroyResourceTracker(*this); in ~ResourceTracker()
2052 void ExecutionSession::destroyResourceTracker(ResourceTracker &RT) { in destroyResourceTracker() function in llvm::orc::ExecutionSession