Home
last modified time | relevance | path

Searched defs:removeModule (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp67 llvm::Error IncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule() function in clang::IncrementalExecutor
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h98 bool removeModule(Module *M) { in removeModule() function
H A DMCJIT.cpp114 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp109 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp140 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine