reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
72 void flush() { OS.flush(); } 87 OS << Prefix; 89 OS << " "; 213 OS << ", "; 214 OS << Item; 217 OS << "]\n"; 226 OS << ", "; 227 Printer(OS, Item); 230 OS << "]\n"; 238 OS << ", "; 239 OS << hex(Item); 242 OS << "]\n"; 324 return OS; 327 raw_ostream &getOStream() { return OS; }lib/Support/ScopedPrinter.cpp
31 OS << ": " << Str; 32 OS << " (\n"; 34 OS << format_bytes_with_ascii(Data, StartOffset, 16, 4, 41 OS << " " << Str; 42 OS << " (" << format_bytes(Data, None, Data.size(), 1, 0, true) << ")\n";