Searched refs:loadModuleFromInput (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 551 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile &File, in loadModuleFromInput() function 671 auto TheModule = loadModuleFromInput(*Input, Ctx); in distributedIndexes() 708 auto TheModule = loadModuleFromInput(*Input, Ctx); in emitImports() 735 auto TheModule = loadModuleFromInput(*Input, Ctx); in promote() 768 auto TheModule = loadModuleFromInput(*Input, Ctx); in import() 801 auto TheModule = loadModuleFromInput(*Input, Ctx); in internalize() 826 auto TheModule = loadModuleFromInput(*Input, Ctx); in optimize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 190 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile *Input, in loadModuleFromInput() function 220 return loadModuleFromInput(Input, TheModule.getContext(), in crossImportIntoModule() 1022 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run() 1193 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run()
|