Searched refs:loadModuleFromInput (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 625 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile &File, in loadModuleFromInput() function 744 auto TheModule = loadModuleFromInput(*Input, Ctx); in distributedIndexes() 782 auto TheModule = loadModuleFromInput(*Input, Ctx); in emitImports() 809 auto TheModule = loadModuleFromInput(*Input, Ctx); in promote() 842 auto TheModule = loadModuleFromInput(*Input, Ctx); in import() 875 auto TheModule = loadModuleFromInput(*Input, Ctx); in internalize() 900 auto TheModule = loadModuleFromInput(*Input, Ctx); in optimize()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 185 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile *Input, in loadModuleFromInput() function 215 return loadModuleFromInput(Input, TheModule.getContext(), in crossImportIntoModule() 985 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run() 1166 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run()
|