Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1703 void destroyResourceTracker(ResourceTracker &RT);
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp48 getJITDylib().getExecutionSession().destroyResourceTracker(*this); in ~ResourceTracker()
2325 void ExecutionSession::destroyResourceTracker(ResourceTracker &RT) { in destroyResourceTracker() function in llvm::orc::ExecutionSession