Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp518 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile &File, in loadModuleFromInput() function
636 auto TheModule = loadModuleFromInput(*Input, Ctx); in distributedIndexes()
673 auto TheModule = loadModuleFromInput(*Input, Ctx); in emitImports()
700 auto TheModule = loadModuleFromInput(*Input, Ctx); in promote()
733 auto TheModule = loadModuleFromInput(*Input, Ctx); in import()
766 auto TheModule = loadModuleFromInput(*Input, Ctx); in internalize()
791 auto TheModule = loadModuleFromInput(*Input, Ctx); in optimize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp187 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile *Input, in loadModuleFromInput() function
217 return loadModuleFromInput(Input, TheModule.getContext(), in crossImportIntoModule()
952 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run()
1123 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run()