Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp67 llvm::Error IncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule() function in clang::IncrementalExecutor
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp114 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp140 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine