Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Interpreter/
HDIncrementalExecutor.cpp81 llvm::Error IncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule() function in clang::IncrementalExecutor
HDWasm.cpp131 llvm::Error WasmIncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule() function in clang::WasmIncrementalExecutor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.h98 bool removeModule(Module *M) { in removeModule() function
HDMCJIT.cpp114 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContext.cpp119 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngine.cpp140 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine