Home
last modified time | relevance | path

Searched refs:removeModule (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalExecutor.h57 virtual llvm::Error removeModule(PartialTranslationUnit &PTU);
H A DIncrementalExecutor.cpp81 llvm::Error IncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule()
76 llvm::Error IncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { removeModule() function in clang::IncrementalExecutor
H A DInterpreter.cpp527 if (llvm::Error Err = IncrExecutor->removeModule(PTUs.back())) in FindRuntimeInterface()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h98 bool removeModule(Module *M) { in removeModule() function
211 bool removeModule(Module *M) override;
H A DMCJIT.cpp114 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
116 return OwnedModules.removeModule(M); in removeModule()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h347 // Module needs access to the add/removeModule methods. in wrap()
354 /// removeModule - Unregister a module from this context.
355 void removeModule(Module *);
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h204 virtual bool removeModule(Module *M);
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp119 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
H A DModule.cpp82 Context.removeModule(this); in ~Module()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp264 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
H A DExecutionEngine.cpp140 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine