Searched refs:addModule (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DLLVMContext.h99 /// addModule - Register a module as being instantiated in this context. If
101 void addModule(Module*);
/freebsd-10.1-release/contrib/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h68 bool addModule(struct LTOModule*, std::string &errMsg);
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DLLVMContext.cpp69 void LLVMContext::addModule(Module *M) { function in class:LLVMContext
H A DModule.cpp49 Context.addModule(this);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DModuleManager.h188 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h118 void addModule(Module *M) { function in class:llvm::MCJIT::OwningModuleContainer
229 virtual void addModule(Module *M);
H A DMCJIT.cpp61 OwnedModules.addModule(m);
74 // If so, additional functions: addModule, removeModule, FindFunctionNamed,
92 void MCJIT::addModule(Module *M) { function in class:MCJIT
94 OwnedModules.addModule(M);
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h109 virtual void addModule(Module *M);
H A DJIT.cpp175 /// addModule - Add a new Module to the JIT. If we previously removed the last
177 void JIT::addModule(Module *M) { function in class:JIT
198 ExecutionEngine::addModule(M);
/freebsd-10.1-release/contrib/llvm/tools/lli/
H A Dlli.cpp268 EE->addModule(M);
401 EE->addModule(XMod);
/freebsd-10.1-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h200 /// addModule - Add a Module to the list of modules that we can JIT from.
203 virtual void addModule(Module *M) { function in class:llvm::ExecutionEngine
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp284 unwrap(EE)->addModule(unwrap(M));
/freebsd-10.1-release/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp113 bool LTOCodeGenerator::addModule(LTOModule* mod, std::string& errMsg) { function in class:LTOCodeGenerator
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp54 ModuleManager::addModule(StringRef FileName, ModuleKind Type, function in class:ModuleManager
H A DASTReader.cpp3074 = ModuleMgr.addModule(FileName, Type, ImportLoc, ImportedBy,

Completed in 270 milliseconds