| /minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITMultipleModuleTest.cpp | 98 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 D | LLVMContext.h | 184 void addModule(Module*);
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/LTO/ |
| H A D | LTOCodeGenerator.h | 68 bool addModule(struct LTOModule *);
|
| /minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 132 void addModule(std::unique_ptr<Module> M) { in addModule() function 245 void addModule(std::unique_ptr<Module> M) override;
|
| H A D | MCJIT.cpp | 79 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 D | ModuleManager.h | 196 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 99 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
|
| H A D | Module.cpp | 52 Context.addModule(this); in Module()
|
| /minix3/external/bsd/llvm/dist/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 197 if (!CodeGen.addModule(Module.get())) in main()
|
| /minix3/external/bsd/llvm/dist/llvm/tools/lli/ |
| H A D | lli.cpp | 362 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 D | lto.cpp | 241 return !unwrap(cg)->addModule(unwrap(mod)); in lto_codegen_add_module()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 166 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function
|
| /minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| H A D | toy.cpp | 750 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 D | ModuleManager.cpp | 56 ModuleManager::addModule(StringRef FileName, ModuleKind Type, in addModule() function in ModuleManager
|
| H A D | ASTReader.cpp | 3800 = ModuleMgr.addModule(FileName, Type, ImportLoc, ImportedBy, in ReadASTCore()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 273 unwrap(EE)->addModule(std::unique_ptr<Module>(unwrap(M))); in LLVMAddModule()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 130 bool LTOCodeGenerator::addModule(LTOModule *mod) { in addModule() function in LTOCodeGenerator
|