Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h113 void cleanUpModule(Module &M);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp143 cleanUpModule(M); in emit()
214 void CompileOnDemandLayer::cleanUpModule(Module &M) { in cleanUpModule() function in llvm::orc::CompileOnDemandLayer