| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | GlobalMappingLayer.h | 50 addModule(std::shared_ptr<Module> M, in addModule() function 52 return BaseLayer.addModule(std::move(M), std::move(Resolver)); in addModule()
|
| H A D | IRTransformLayer.h | 68 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule() function 69 return BaseLayer.addModule(std::move(K), Transform(std::move(M))); in addModule()
|
| H A D | LazyEmittingLayer.h | 136 return BaseLayer.addModule(std::move(K), std::move(M)); in emitToBaseLayer() 203 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule() function
|
| H A D | IRCompileLayer.h | 83 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule() function
|
| H A D | CompileOnDemandLayer.h | 289 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule() function 546 if (auto Err = BaseLayer.addModule(LD.K, std::move(GVsM))) in addLogicalModule() 715 if (auto Err = BaseLayer.addModule(std::move(K), std::move(M))) in emitPartition()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 108 Error addModule(Module *M); 116 Error Builder::addModule(Module *M) { in addModule() function in __anon91142a060111::Builder 125 Msymtab.addModule(M); in addModule() 303 if (Error Err = addModule(M)) in build()
|
| H A D | IRObjectFile.cpp | 33 SymTab.addModule(M.get()); in IRObjectFile()
|
| H A D | ModuleSymbolTable.cpp | 57 void ModuleSymbolTable::addModule(Module *M) { in addModule() function in ModuleSymbolTable
|
| /freebsd-12.1/contrib/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 537 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in thinLink() 651 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(), in import() 682 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(), in internalize() 737 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in codegen() 776 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in runAll() 910 } else if (!CodeGen.addModule(Module.get())) { in main()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ModuleSymbolTable.h | 47 void addModule(Module *M);
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 97 void addModule(std::unique_ptr<Module> M) { in addModule() function 216 void addModule(std::unique_ptr<Module> M) override;
|
| H A D | MCJIT.cpp | 87 OwnedModules.addModule(std::move(First)); in MCJIT() 103 void MCJIT::addModule(std::unique_ptr<Module> M) { in addModule() function in MCJIT 109 OwnedModules.addModule(std::move(M)); in addModule()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 336 void addModule(Module*);
|
| /freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 78 bool addModule(struct LTOModule *);
|
| H A D | ThinLTOCodeGenerator.h | 73 void addModule(StringRef Identifier, StringRef Data);
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 249 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcMCJITReplacement.h | 262 void addModule(std::unique_ptr<Module> M) override { in addModule() function 299 cantFail(LazyEmitLayer.addModule(K, std::move(M))); in addModule()
|
| /freebsd-12.1/contrib/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 387 Error addModule(InputFile &Input, unsigned ModI,
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 103 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 173 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function
|
| /freebsd-12.1/contrib/llvm/tools/lli/ |
| H A D | lli.cpp | 334 EE.addModule(std::move(M)); in addCygMingExtraModule() 481 EE->addModule(std::move(XMod)); in main()
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTO.cpp | 535 if (Error Err = addModule(*Input, I, ResI, Res.end())) in add() 542 Error LTO::addModule(InputFile &Input, unsigned ModI, in addModule() function in LTO 634 SymTab.addModule(&M); in addRegularLTO()
|
| H A D | LTOCodeGenerator.cpp | 140 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule() function in LTOCodeGenerator
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 259 unwrap(EE)->addModule(std::unique_ptr<Module>(unwrap(M))); in LLVMAddModule()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 102 ModuleManager::addModule(StringRef FileName, ModuleKind Type, in addModule() function in ModuleManager
|