Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h114 void cleanUpModule(Module &M);
/openbsd-src/gnu/llvm/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