Searched defs:removeModule (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/Interpreter/ | ||
H A D | Wasm.cpp | 102 llvm::Error WasmIncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { removeModule() function in clang::WasmIncrementalExecutor |
H A D | IncrementalExecutor.cpp | 81 llvm::Error IncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule() function in clang::IncrementalExecutor |
/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ | ||
H A D | MCJIT.h | 98 bool removeModule(Module *M) { in removeModule() function |
H A D | MCJIT.cpp | 114 bool MCJIT::removeModule(Module *M) { removeModule() function in MCJIT |
/llvm-project/llvm/lib/IR/ | ||
H A D | LLVMContext.cpp | 119 void LLVMContext::removeModule(Module *M) { removeModule() function in LLVMContext |
/llvm-project/llvm/lib/ExecutionEngine/ | ||
H A D | ExecutionEngine.cpp | 140 bool ExecutionEngine::removeModule(Module *M) { removeModule() function in ExecutionEngine |