Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp116 Error addModule(Module *M);
124 Error Builder::addModule(Module *M) {
146 Msymtab.addModule(M); in addModule()
358 if (Error Err = addModule(M)) in build()
126 Error Builder::addModule(Module *M) { addModule() function in __anon84bda0130111::Builder
H A DIRObjectFile.cpp31 SymTab.addModule(M.get()); in IRObjectFile()
H A DModuleSymbolTable.cpp54 void ModuleSymbolTable::addModule(Module *M) { in addModule() function in ModuleSymbolTable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DModuleSymbolTable.h47 void addModule(Module *M);
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalExecutor.h56 virtual llvm::Error addModule(PartialTranslationUnit &PTU);
H A DIncrementalExecutor.cpp73 llvm::Error IncrementalExecutor::addModule(PartialTranslationUnit &PTU) { in addModule()
68 llvm::Error IncrementalExecutor::addModule(PartialTranslationUnit &PTU) { addModule() function in clang::IncrementalExecutor
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h94 void addModule(std::unique_ptr<Module> M) { in addModule() function
207 void addModule(std::unique_ptr<Module> M) override;
H A DMCJIT.cpp89 OwnedModules.addModule(std::move(First)); in MCJIT()
105 void MCJIT::addModule(std::unique_ptr<Module> M) { in addModule() function in MCJIT
111 OwnedModules.addModule(std::move(M)); in addModule()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp659 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in thinLink()
781 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(), in import()
814 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(), in internalize()
873 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in codegen()
912 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in runAll()
1073 } else if (!CodeGen.addModule(Module.get())) { in main()
1074 // Print a message here so that we know addModule() did not abort. in main()
/freebsd-src/contrib/llvm-project/llvm/lib/IRPrinter/
H A DIRPrintingPasses.cpp67 Index->addModule(""); in run()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h350 /// addModule - Register a module as being instantiated in this context. If
352 void addModule(Module*);
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h81 bool addModule(struct LTOModule *);
H A DThinLTOCodeGenerator.h55 void addModule(StringRef Identifier, StringRef Data);
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h241 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h209 void addModule(LVScope *Scope) { Modules.push_back(Scope); }
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h421 Error addModule(InputFile &Input, unsigned ModI,
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h169 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp115 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
H A DModule.cpp78 Context.addModule(this);
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp99 ModuleManager::addModule(StringRef FileName, ModuleKind Type, in addModule() function in ModuleManager
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp258 unwrap(EE)->addModule(std::unique_ptr<Module>(unwrap(M))); in LLVMAddModule()
/freebsd-src/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp399 EE.addModule(std::move(M)); in addCygMingExtraModule()
549 EE->addModule(std::move(XMod)); in main()
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp722 if (Error Err = addModule(*Input, I, ResI, Res.end())) in addModule()
729 Error LTO::addModule(InputFile &Input, unsigned ModI, in addModule()
844 SymTab.addModule(&M); in addRegularLTO()
715 Error LTO::addModule(InputFile &Input, unsigned ModI, addModule() function in LTO
H A DLTOCodeGenerator.cpp154 bool LTOCodeGenerator::addModule(LTOModule *Mod) {
155 bool LTOCodeGenerator::addModule(LTOModule *Mod) { addModule() function in LTOCodeGenerator
H A DLTOModule.cpp50 SymTab.addModule(Mod.get()); in LTOModule()

12