Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h118 void cleanUpModule(Module &M);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp144 cleanUpModule(M); in emit()
213 void CompileOnDemandLayer::cleanUpModule(Module &M) { in cleanUpModule() function in llvm::orc::CompileOnDemandLayer