Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp565 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile &File, in loadModuleFromInput() function
684 auto TheModule = loadModuleFromInput(*Input, Ctx); in distributedIndexes()
721 auto TheModule = loadModuleFromInput(*Input, Ctx); in emitImports()
748 auto TheModule = loadModuleFromInput(*Input, Ctx); in promote()
781 auto TheModule = loadModuleFromInput(*Input, Ctx); in import()
814 auto TheModule = loadModuleFromInput(*Input, Ctx); in internalize()
839 auto TheModule = loadModuleFromInput(*Input, Ctx); in optimize()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp189 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile *Input, in loadModuleFromInput() function
219 return loadModuleFromInput(Input, TheModule.getContext(), in crossImportIntoModule()
995 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run()
1175 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run()