Home
last modified time | relevance | path

Searched refs:loadModuleFromInput (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp562 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile &File, in loadModuleFromInput() function
681 auto TheModule = loadModuleFromInput(*Input, Ctx); in distributedIndexes()
718 auto TheModule = loadModuleFromInput(*Input, Ctx); in emitImports()
745 auto TheModule = loadModuleFromInput(*Input, Ctx); in promote()
778 auto TheModule = loadModuleFromInput(*Input, Ctx); in import()
811 auto TheModule = loadModuleFromInput(*Input, Ctx); in internalize()
836 auto TheModule = loadModuleFromInput(*Input, Ctx); in optimize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp191 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile *Input, in loadModuleFromInput() function
221 return loadModuleFromInput(Input, TheModule.getContext(), in crossImportIntoModule()
1000 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run()
1185 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run()