| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 118 Error addModule(Module *M); 126 Error Builder::addModule(Module *M) { in addModule() function in __anonb6709c770111::Builder 148 Msymtab.addModule(M); in addModule() 352 if (Error Err = addModule(M)) in build()
|
| H A D | IRObjectFile.cpp | 31 SymTab.addModule(M.get()); in IRObjectFile()
|
| H A D | ModuleSymbolTable.cpp | 54 void ModuleSymbolTable::addModule(Module *M) { in addModule() function in ModuleSymbolTable
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ModuleSymbolTable.h | 47 void addModule(Module *M);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | IncrementalExecutor.h | 51 llvm::Error addModule(PartialTranslationUnit &PTU);
|
| H A D | IncrementalExecutor.cpp | 68 llvm::Error IncrementalExecutor::addModule(PartialTranslationUnit &PTU) { in addModule() function in clang::IncrementalExecutor
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 94 void addModule(std::unique_ptr<Module> M) { in addModule() function 207 void addModule(std::unique_ptr<Module> M) override;
|
| H A D | MCJIT.cpp | 89 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-14.2/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 650 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in thinLink() 771 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(), in import() 804 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(), in internalize() 863 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in codegen() 902 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in runAll() 1049 } else if (!CodeGen.addModule(Module.get())) { in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IRPrinter/ |
| H A D | IRPrintingPasses.cpp | 62 Index->addModule(""); in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 332 void addModule(Module*);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 81 bool addModule(struct LTOModule *);
|
| H A D | ThinLTOCodeGenerator.h | 55 void addModule(StringRef Identifier, StringRef Data);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 242 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.h | 209 void addModule(LVScope *Scope) { Modules.push_back(Scope); }
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 419 Error addModule(InputFile &Input, unsigned ModI,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 115 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
|
| H A D | Module.cpp | 76 Context.addModule(this); in Module()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 169 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 258 unwrap(EE)->addModule(std::unique_ptr<Module>(unwrap(M))); in LLVMAddModule()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 99 ModuleManager::addModule(StringRef FileName, ModuleKind Type, in addModule() function in ModuleManager
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 401 EE.addModule(std::move(M)); in addCygMingExtraModule() 551 EE->addModule(std::move(XMod)); in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 708 if (Error Err = addModule(*Input, I, ResI, Res.end())) in add() 715 Error LTO::addModule(InputFile &Input, unsigned ModI, in addModule() function in LTO 830 SymTab.addModule(&M); in addRegularLTO()
|
| H A D | LTOCodeGenerator.cpp | 155 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule() function in LTOCodeGenerator
|
| H A D | LTOModule.cpp | 50 SymTab.addModule(Mod.get()); in LTOModule()
|