reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
83 OS << "\n"; 84 OS.indent(CurrentIndent); 87 void LinePrinter::print(const Twine &T) { OS << T; } 91 OS << T; 105 OS << Label << " ("; 107 OS << "\n"; 108 OS << format_bytes_with_ascii(Data, StartOffset, 32, 4, 112 OS << ")"; 118 OS << Label << " ("; 120 OS << "\n"; 122 OS << format_bytes_with_ascii(Data, Base, 32, 4, 126 OS << ")"; 220 OS << Label << " ("; 222 OS << "\n"; 233 OS << format_bytes_with_ascii(Data, Base, 32, 4, 237 OS << formatv(" {0}", 243 OS << ")"; 254 OS << formatv("Block {0} (\n", uint32_t(Blocks.front())); 260 OS << format_bytes_with_ascii(BlockData, BaseOffset, 32, 4, 263 OS << ")"; 288 : OS(P.OS), UseColor(P.hasColor()) {tools/llvm-pdbutil/LinePrinter.h
65 raw_ostream &getStream() { return OS; }