Searched refs:loadModuleFromInput (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 524 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile &File, in loadModuleFromInput() function 642 auto TheModule = loadModuleFromInput(*Input, Ctx); in distributedIndexes() 679 auto TheModule = loadModuleFromInput(*Input, Ctx); in emitImports() 706 auto TheModule = loadModuleFromInput(*Input, Ctx); in promote() 739 auto TheModule = loadModuleFromInput(*Input, Ctx); in import() 772 auto TheModule = loadModuleFromInput(*Input, Ctx); in internalize() 797 auto TheModule = loadModuleFromInput(*Input, Ctx); in optimize()
|
/external/llvm-project/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 187 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile *Input, in loadModuleFromInput() function 217 return loadModuleFromInput(Input, TheModule.getContext(), in crossImportIntoModule() 950 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run() 1118 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 182 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile *Input, in loadModuleFromInput() function 211 return loadModuleFromInput(Input, TheModule.getContext(), in crossImportIntoModule() 919 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run() 1087 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run()
|