Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp258 LTO Lto(std::move(Conf), std::move(Backend)); in run() local
285 check(Lto.add(std::move(Input), Res), F); in run()
316 check(Lto.run(AddStream, Cache), "LTO::run failed"); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
Dgold-plugin.cpp690 static void addModule(LTO &Lto, claimed_file &F, const void *View, in addModule() argument
762 check(Lto.add(std::move(Input), Resols), in addModule()
975 std::unique_ptr<LTO> Lto = createLTO( in runLTO() local
1000 addModule(*Lto, F, View, ObjFilename.first->first()); in runLTO()
1016 size_t MaxTasks = Lto->getMaxTasks(); in runLTO()
1036 check(Lto->run(AddStream, Cache)); in runLTO()