Lines Matching defs:AddStream
1140 Error LTO::run(AddStreamFn AddStream, FileCache Cache) {
1186 Error Result = runRegularLTO(AddStream);
1190 Result = runThinLTO(AddStream, Cache, GUIDPreservedSymbols);
1229 Error LTO::runRegularLTO(AddStreamFn AddStream) {
1353 backend(Conf, AddStream, RegularLTO.ParallelCodeGenParallelismLevel,
1430 AddStreamFn AddStream;
1445 AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite,
1449 BackendThreadPool(ThinLTOParallelism), AddStream(std::move(AddStream)),
1460 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM,
1467 auto RunThinBackend = [&](AddStreamFn AddStream) {
1473 return thinBackend(Conf, Task, AddStream, **MOrErr, CombinedIndex,
1489 return RunThinBackend(AddStream);
1528 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList,
1569 AddStreamFn AddStream, FileCache Cache) {
1572 AddStream, Cache, OnWrite, ShouldEmitIndexFiles,
1670 AddStreamFn AddStream, FileCache Cache) {
1678 Error LTO::runThinLTO(AddStreamFn AddStream, FileCache Cache,
1847 AddStream, Cache);