|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/DebugInfo/Symbolize/DIPrinter.cpp 53 OS << format_decimal(L, MaxLineNumberWidth);
lib/MCA/Support.cpp 75 LLVM_DEBUG(dbgs() << '[' << format_decimal(I,2) << "] " << " - "
tools/dsymutil/MachODebugMapParser.cpp 256 OS << '[' << format_decimal(Index, 6)
tools/lld/COFF/PDB.cpp 1321 stream << format_decimal(v, 15) << " " << s << '\n';
tools/llvm-objdump/ELFDump.cpp 290 outs() << format_decimal(VerdefIndex++, VerdefIndexWidth) << " "
tools/llvm-objdump/MachODump.cpp10379 << format_decimal(Entry.addend(), 8) << " "
10437 << format_decimal(Entry.addend(), 8) << " " << Entry.symbolName()
tools/llvm-opt-report/OptReport.cpp 391 OS << llvm::format_decimal(L, LNDigits) << " ";
tools/llvm-readobj/ELFDumper.cpp 2892 << format_decimal(G.Index, 5) << "] `" << G.Name << "' [" << G.Signature
2899 errs() << "Error: section [" << format_decimal(GM.Index, 5)
2900 << "] in group section [" << format_decimal(G.Index, 5)
2902 << format_decimal(MainGroup->Index, 5) << "]";
2906 OS << " [" << format_decimal(GM.Index, 5) << "] " << GM.Name << "\n";
3283 return to_string(format_decimal(
3304 return to_string(format_decimal(SectionIndex, 3));
3326 Fields[0].Str = to_string(format_decimal(Idx++, 6)) + ":";
3329 Fields[2].Str = to_string(format_decimal(Symbol->st_size, 5));
3363 Fields[0].Str = to_string(format_decimal(Sym, 5));
3364 Fields[1].Str = to_string(format_decimal(Bucket, 3)) + ":";
3369 Fields[3].Str = to_string(format_decimal(Symbol->st_size, 5));
4585 OS << " Page size: " << format_decimal(Note.PageSize, 0) << '\n';
4765 OS << format_decimal(Size, 11);
4990 OS << format_decimal(Parser.getGotOffset(E), 6) << "(gp)";
5040 OS << to_string(format_decimal(Parser.getGotOffset(&E), 6)) + "(gp)";
unittests/Support/raw_ostream_test.cpp 179 EXPECT_EQ(" 0", printToString(format_decimal(0, 4), 4));
180 EXPECT_EQ(" -1", printToString(format_decimal(-1, 4), 4));
181 EXPECT_EQ(" -1", printToString(format_decimal(-1, 6), 6));
182 EXPECT_EQ("1234567890", printToString(format_decimal(1234567890, 10), 10));
184 printToString(format_decimal(INT64_MAX, 21), 21));
186 printToString(format_decimal(INT64_MIN, 21), 21));
utils/FileCheck/FileCheck.cpp 434 << format_decimal(Line, LabelWidth) << ": ";
utils/TableGen/DAGISelMatcherEmitter.cpp 300 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/";
339 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/";
485 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/";
511 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/";
820 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/";