| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 116 Error addModule(Module *M); 124 Error Builder::addModule(Module *M) { in addModule() function in __anon009a90810111::Builder 146 Msymtab.addModule(M); in addModule() 357 if (Error Err = addModule(M)) in build()
|
| H A D | IRObjectFile.cpp | 31 SymTab.addModule(M.get()); in IRObjectFile()
|
| H A D | ModuleSymbolTable.cpp | 52 void ModuleSymbolTable::addModule(Module *M) { in addModule() function in ModuleSymbolTable
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Wasm.h | 28 llvm::Error addModule(PartialTranslationUnit &PTU) override;
|
| H A D | IncrementalExecutor.h | 56 virtual llvm::Error addModule(PartialTranslationUnit &PTU);
|
| H A D | IncrementalExecutor.cpp | 73 llvm::Error IncrementalExecutor::addModule(PartialTranslationUnit &PTU) { in addModule() function in clang::IncrementalExecutor
|
| H A D | Wasm.cpp | 65 llvm::Error WasmIncrementalExecutor::addModule(PartialTranslationUnit &PTU) { in addModule() function in clang::WasmIncrementalExecutor
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ModuleSymbolTable.h | 48 LLVM_ABI void addModule(Module *M);
|
| /freebsd/contrib/llvm-project/llvm/lib/IRPrinter/ |
| H A D | IRPrintingPasses.cpp | 61 Index->addModule(""); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 94 void addModule(std::unique_ptr<Module> M) { in addModule() function 206 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/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 713 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in thinLink() 835 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(), in import() 868 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(), in internalize() 927 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in codegen() 966 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in runAll() 1111 } else if (!CodeGen.addModule(Module.get())) { in main()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 241 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 82 LLVM_ABI bool addModule(struct LTOModule *);
|
| H A D | ThinLTOCodeGenerator.h | 63 LLVM_ABI void addModule(StringRef Identifier, StringRef Data);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 358 void addModule(Module*);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.h | 209 void addModule(LVScope *Scope) { Modules.push_back(Scope); }
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 100 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
|
| H A D | Module.cpp | 75 Context.addModule(this); in Module() 108 Context.addModule(this); in operator =()
|
| /freebsd/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/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 98 ModuleManager::addModule(StringRef FileName, ModuleKind Type, in addModule() function in ModuleManager
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 257 unwrap(EE)->addModule(std::unique_ptr<Module>(unwrap(M))); in LLVMAddModule()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 549 Error addModule(InputFile &Input, unsigned ModI,
|
| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 400 EE.addModule(std::move(M)); in addCygMingExtraModule() 550 EE->addModule(std::move(XMod)); in main()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 141 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule() function in LTOCodeGenerator
|