Home
last modified time | relevance | path

Searched refs:addModule (Results 1 – 17 of 17) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMultipleModuleTest.cpp98 TheJIT->addModule(std::move(B)); in TEST_F()
118 TheJIT->addModule(std::move(B)); in TEST_F()
139 TheJIT->addModule(std::move(B)); in TEST_F()
160 TheJIT->addModule(std::move(B)); in TEST_F()
181 TheJIT->addModule(std::move(B)); in TEST_F()
217 TheJIT->addModule(std::move(B)); in TEST_F()
245 TheJIT->addModule(std::move(B)); in TEST_F()
246 TheJIT->addModule(std::move(C)); in TEST_F()
270 TheJIT->addModule(std::move(B)); in TEST_F()
271 TheJIT->addModule(std::move(C)); in TEST_F()
[all …]
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h184 void addModule(Module*);
/minix3/external/bsd/llvm/dist/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h68 bool addModule(struct LTOModule *);
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h132 void addModule(std::unique_ptr<Module> M) { in addModule() function
245 void addModule(std::unique_ptr<Module> M) override;
H A DMCJIT.cpp79 OwnedModules.addModule(std::move(First)); in MCJIT()
96 void MCJIT::addModule(std::unique_ptr<Module> M) { in addModule() function in MCJIT
98 OwnedModules.addModule(std::move(M)); in addModule()
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DModuleManager.h196 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp99 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
H A DModule.cpp52 Context.addModule(this); in Module()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp197 if (!CodeGen.addModule(Module.get())) in main()
/minix3/external/bsd/llvm/dist/llvm/tools/lli/
H A Dlli.cpp362 EE->addModule(std::move(M)); in addCygMingExtraModule()
501 EE->addModule(std::move(XMod)); in main()
/minix3/external/bsd/llvm/dist/llvm/tools/lto/
H A Dlto.cpp241 return !unwrap(cg)->addModule(unwrap(mod)); in lto_codegen_add_module()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h166 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp750 void addModule(Module *M);
979 void MCJITHelper::addModule(Module* M) { in addModule() function in MCJITHelper
1503 TheHelper->addModule(M); in parseInputIR()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp56 ModuleManager::addModule(StringRef FileName, ModuleKind Type, in addModule() function in ModuleManager
H A DASTReader.cpp3800 = ModuleMgr.addModule(FileName, Type, ImportLoc, ImportedBy, in ReadASTCore()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp273 unwrap(EE)->addModule(std::unique_ptr<Module>(unwrap(M))); in LLVMAddModule()
/minix3/external/bsd/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp130 bool LTOCodeGenerator::addModule(LTOModule *mod) { in addModule() function in LTOCodeGenerator