| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 109 Error addModule(Module *M); 117 Error Builder::addModule(Module *M) { in addModule() function in __anone2c6b3b50111::Builder 139 Msymtab.addModule(M); in addModule() 332 if (Error Err = addModule(M)) in build()
|
| H A D | IRObjectFile.cpp | 32 SymTab.addModule(M.get()); in IRObjectFile()
|
| H A D | ModuleSymbolTable.cpp | 57 void ModuleSymbolTable::addModule(Module *M) { in addModule() function in ModuleSymbolTable
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | IncrementalExecutor.h | 42 llvm::Error addModule(std::unique_ptr<llvm::Module> M);
|
| H A D | IncrementalExecutor.cpp | 55 llvm::Error IncrementalExecutor::addModule(std::unique_ptr<llvm::Module> M) { in addModule() function in clang::IncrementalExecutor
|
| H A D | Interpreter.cpp | 218 if (auto Err = IncrExecutor->addModule(std::move(T.TheModule))) in Execute()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ModuleSymbolTable.h | 47 void addModule(Module *M);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 95 void addModule(std::unique_ptr<Module> M) { in addModule() function 214 void addModule(std::unique_ptr<Module> M) override;
|
| H A D | MCJIT.cpp | 88 OwnedModules.addModule(std::move(First)); in MCJIT() 104 void MCJIT::addModule(std::unique_ptr<Module> M) { in addModule() function in MCJIT 110 OwnedModules.addModule(std::move(M)); in addModule()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 640 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in thinLink() 761 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(), in import() 794 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(), in internalize() 853 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in codegen() 892 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in runAll() 1038 } else if (!CodeGen.addModule(Module.get())) { in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 317 void addModule(Module*);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 81 bool addModule(struct LTOModule *);
|
| H A D | ThinLTOCodeGenerator.h | 56 void addModule(StringRef Identifier, StringRef Data);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 248 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 102 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
|
| H A D | Module.cpp | 78 Context.addModule(this); in Module()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 421 Error addModule(InputFile &Input, unsigned ModI,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 170 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 258 unwrap(EE)->addModule(std::unique_ptr<Module>(unwrap(M))); in LLVMAddModule()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 103 ModuleManager::addModule(StringRef FileName, ModuleKind Type, in addModule() function in ModuleManager
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 396 EE.addModule(std::move(M)); in addCygMingExtraModule() 547 EE->addModule(std::move(XMod)); in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 627 if (Error Err = addModule(*Input, I, ResI, Res.end())) in add() 634 Error LTO::addModule(InputFile &Input, unsigned ModI, in addModule() function in LTO 727 SymTab.addModule(&M); in addRegularLTO()
|
| H A D | LTOCodeGenerator.cpp | 143 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule() function in LTOCodeGenerator
|
| H A D | LTOModule.cpp | 50 SymTab.addModule(Mod.get()); in LTOModule()
|
| H A D | ThinLTOCodeGenerator.cpp | 605 void ThinLTOCodeGenerator::addModule(StringRef Identifier, StringRef Data) { in addModule() function in ThinLTOCodeGenerator
|