Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp571 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile &File, in loadModuleFromInput() function
690 auto TheModule = loadModuleFromInput(*Input, Ctx); in distributedIndexes()
728 auto TheModule = loadModuleFromInput(*Input, Ctx); in emitImports()
755 auto TheModule = loadModuleFromInput(*Input, Ctx); in promote()
788 auto TheModule = loadModuleFromInput(*Input, Ctx); in import()
821 auto TheModule = loadModuleFromInput(*Input, Ctx); in internalize()
846 auto TheModule = loadModuleFromInput(*Input, Ctx); in optimize()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp192 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile *Input, in loadModuleFromInput() function
222 return loadModuleFromInput(Input, TheModule.getContext(), in crossImportIntoModule()
996 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run()
1181 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run()