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

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h49 addModule(std::shared_ptr<Module> M, function in class:llvm::orc::GlobalMappingLayer
51 return BaseLayer.addModule(std::move(M), std::move(Resolver));
H A DIRTransformLayer.h78 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { function in class:llvm::orc::LegacyIRTransformLayer
79 return BaseLayer.addModule(std::move(K), Transform(std::move(M)));
H A DLazyEmittingLayer.h37 /// This layer accepts LLVM IR Modules (via addModule) but does not
131 return BaseLayer.addModule(std::move(K), std::move(M));
205 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { function in class:llvm::orc::LazyEmittingLayer
H A DIRCompileLayer.h70 /// This layer immediately compiles each IR module added via addModule to an
108 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { function in class:llvm::orc::LegacyIRCompileLayer
H A DCompileOnDemandLayer.h305 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { function in class:llvm::orc::LegacyCompileOnDemandLayer
562 if (auto Err = BaseLayer.addModule(LD.K, std::move(GVsM)))
731 if (auto Err = BaseLayer.addModule(std::move(K), std::move(M)))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DModuleSymbolTable.h46 void addModule(Module *M);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp109 Error addModule(Module *M);
117 Error Builder::addModule(Module *M) { function in class:__anon2305::Builder
126 Msymtab.addModule(M);
318 if (Error Err = addModule(M))
H A DIRObjectFile.cpp32 SymTab.addModule(M.get());
H A DModuleSymbolTable.cpp56 void ModuleSymbolTable::addModule(Module *M) { function in class:ModuleSymbolTable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h305 /// addModule - Register a module as being instantiated in this context. If
307 void addModule(Module*);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h96 void addModule(std::unique_ptr<Module> M) { function in class:llvm::MCJIT::OwningModuleContainer
215 void addModule(std::unique_ptr<Module> M) override;
H A DMCJIT.cpp77 // If so, additional functions: addModule, removeModule, FindFunctionNamed,
86 OwnedModules.addModule(std::move(First));
102 void MCJIT::addModule(std::unique_ptr<Module> M) { function in class:MCJIT
108 OwnedModules.addModule(std::move(M));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h56 void addModule(StringRef Identifier, StringRef Data);
H A DLTOCodeGenerator.h79 bool addModule(struct LTOModule *);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h248 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp577 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer());
698 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(),
731 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(),
790 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer());
829 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer());
968 } else if (!CodeGen.addModule(Module.get())) {
969 // Print a message here so that we know addModule() did not abort.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp85 void LLVMContext::addModule(Module *M) { function in class:LLVMContext
H A DModule.cpp77 Context.addModule(this);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h258 void addModule(std::unique_ptr<Module> M) override {
295 cantFail(LazyEmitLayer.addModule(K, std::move(M)));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp335 EE.addModule(std::move(M));
483 EE->addModule(std::move(XMod));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h173 virtual void addModule(std::unique_ptr<Module> M) { function in class:llvm::ExecutionEngine
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h408 Error addModule(InputFile &Input, unsigned ModI,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp103 ModuleManager::addModule(StringRef FileName, ModuleKind Type, function in class:ModuleManager
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp258 unwrap(EE)->addModule(std::unique_ptr<Module>(unwrap(M)));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp602 if (Error Err = addModule(*Input, I, ResI, Res.end()))
609 Error LTO::addModule(InputFile &Input, unsigned ModI, function in class:LTO
701 SymTab.addModule(&M);

Completed in 400 milliseconds

12