Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1772 void destroyResourceTracker(ResourceTracker &RT);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp50 getJITDylib().getExecutionSession().destroyResourceTracker(*this); in ~ResourceTracker()
2242 void ExecutionSession::destroyResourceTracker(ResourceTracker &RT) { in destroyResourceTracker() function in llvm::orc::ExecutionSession