Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp81 llvm::Error IncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule() function in clang::IncrementalExecutor
H A DWasm.cpp131 llvm::Error WasmIncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule() function in clang::WasmIncrementalExecutor
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp119 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp140 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine