reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1368 if (to_integer(opts::exportstream::Stream, Index)) { 1369 if (Index >= File.getNumStreams()) { 1370 errs() << "Error: " << Index << " is not a valid stream index.\n"; 1374 outs() << "Dumping contents of stream index " << Index << " to file " 1381 Index = ExitOnErr(IS.getNamedStreamIndex(opts::exportstream::Stream)); 1383 << "' (index " << Index << ") to file " << OutFileName << ".\n"; 1386 SourceStream = File.createIndexedStream(Index);