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.cpp625 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 DThinLTOCodeGenerator.cpp185 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()