Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp721 static void addModule(LTO &Lto, claimed_file &F, const void *View, in addModule() argument
799 check(Lto.add(std::move(Input), Resols), in addModule()
1036 std::unique_ptr<LTO> Lto = createLTO( in runLTO() local
1061 addModule(*Lto, F, View, ObjFilename.first->first()); in runLTO()
1079 size_t MaxTasks = Lto->getMaxTasks(); in runLTO()
1099 check(Lto->run(AddStream, Cache)); in runLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp317 LTO Lto(std::move(Conf), std::move(Backend)); in run() local
352 check(Lto.add(std::move(Input), Res), F); in run()
383 check(Lto.run(AddStream, Cache), "LTO::run failed"); in run()