Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1447 void destroyResourceTracker(ResourceTracker &RT);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp48 getJITDylib().getExecutionSession().destroyResourceTracker(*this); in ~ResourceTracker()
2093 void ExecutionSession::destroyResourceTracker(ResourceTracker &RT) { in destroyResourceTracker() function in llvm::orc::ExecutionSession