Lines Matching defs:AddStream
1161 Error LTO::run(AddStreamFn AddStream, FileCache Cache) {
1207 Error Result = runRegularLTO(AddStream);
1211 Result = runThinLTO(AddStream, Cache, GUIDPreservedSymbols);
1250 Error LTO::runRegularLTO(AddStreamFn AddStream) {
1374 backend(Conf, AddStream, RegularLTO.ParallelCodeGenParallelismLevel,
1421 AddStreamFn AddStream;
1433 AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite,
1437 AddStream(std::move(AddStream)), Cache(std::move(Cache)),
1448 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM,
1455 auto RunThinBackend = [&](AddStreamFn AddStream) {
1461 return thinBackend(Conf, Task, AddStream, **MOrErr, CombinedIndex,
1478 return RunThinBackend(AddStream);
1516 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList,
1645 AddStreamFn AddStream, FileCache Cache,
1649 ModuleToDefinedGVSummaries, std::move(AddStream),
1657 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM,
1664 auto RunThinBackend = [&](AddStreamFn AddStream) {
1669 return thinBackend(Conf, Task, AddStream, *LoadedModule, CombinedIndex,
1680 return RunThinBackend(AddStream);
1712 AddStreamFn AddStream, FileCache Cache) {
1715 AddStream, Cache, OnWrite, ShouldEmitIndexFiles,
1833 AddStreamFn AddStream, FileCache Cache) {
1842 Error LTO::runThinLTO(AddStreamFn AddStream, FileCache Cache,
2048 AddStream, Cache);
2071 CG.AddStream, CG.Cache, IR.AddStream, IR.Cache);
2087 AddStream, Cache, IR.getResult(), CombinedHash);