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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp490 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile &File, function in namespace:thinlto
608 auto TheModule = loadModuleFromInput(*Input, Ctx);
645 auto TheModule = loadModuleFromInput(*Input, Ctx);
672 auto TheModule = loadModuleFromInput(*Input, Ctx);
705 auto TheModule = loadModuleFromInput(*Input, Ctx);
738 auto TheModule = loadModuleFromInput(*Input, Ctx);
763 auto TheModule = loadModuleFromInput(*Input, Ctx);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp182 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile *Input, function in namespace:__anon4767
211 return loadModuleFromInput(Input, TheModule.getContext(),
919 auto TheModule = loadModuleFromInput(Mod.get(), Context, false,
1087 auto TheModule = loadModuleFromInput(Mod.get(), Context, false,

Completed in 157 milliseconds