| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_ar.c | 83 static int format_decimal(int64_t v, char *p, int s); 272 if (format_decimal(ss - ar->strtab, in archive_write_ar_header() 296 if (format_decimal(filename_length, in archive_write_ar_header() 309 if (format_decimal(archive_entry_mtime(entry), buff + AR_date_offset, AR_date_size)) { in archive_write_ar_header() 314 if (format_decimal(archive_entry_uid(entry), buff + AR_uid_offset, AR_uid_size)) { in archive_write_ar_header() 319 if (format_decimal(archive_entry_gid(entry), buff + AR_gid_offset, AR_gid_size)) { in archive_write_ar_header() 340 if (format_decimal(size, buff + AR_size_offset, AR_size_size)) { in archive_write_ar_header() 507 format_decimal(int64_t v, char *p, int s) in format_decimal() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 156 dbgs() << "Index: " << format_decimal(Section.getIndex(), 3) << ", " in mapVirtualAddress() 208 dbgs() << "\nIndex: " << format_decimal(SectionIndex, 3) in mapVirtualAddress() 259 dbgs() << "\nIndex: " << format_decimal(SectionIndex, 3) in mapVirtualAddress() 473 << "Size: " << format_decimal(BytesConsumed, 2) << " (" in createInstructions() 496 dbgs() << "\nSectionIndex: " << format_decimal(SectionIndex, 3) in createInstructions() 502 dbgs() << format_decimal(++Index, 5) << ": " in createInstructions() 538 dbgs() << format_decimal(Index++, 5) << ": " in createInstructions() 589 dbgs() << format_decimal(Index, 5) << ": " << hexValue(Line->getOffset()) in processLines() 622 dbgs() << "\nSectionIndex: " << format_decimal(SectionIndex, 3) in processLines() 627 dbgs() << format_decimal(++Index, 5) << ": " in processLines() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | Support.cpp | 76 LLVM_DEBUG(dbgs() << '[' << format_decimal(I,2) << "] " << " - " in computeProcResourceMasks()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVRange.cpp | 31 dbgs() << "Scope: " << format_decimal(Scope->getLevel(), 5) << " " in startSearch()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkInstructionMix.cpp | 122 << " " << format_decimal(Count, ValueWidth) << "\n"; in INPUT_OUTPUT_COMMAND_LINE_OPTIONS()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 440 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher() 465 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher() 613 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher() 643 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher() 1101 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcherList()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Format.h | 213 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | XCOFFDump.cpp | 82 outs() << formatName(Name) << format_decimal(Value, 0) << "\n"; in printNumber() 86 outs() << formatName(Name) << Str << " (" << format_decimal(Value, 0) in printStrHex()
|
| H A D | MachODump.cpp | 10423 << format_decimal(Entry.addend(), 8) << " " in printMachOBindTable() 10481 << format_decimal(Entry.addend(), 8) << " " << Entry.symbolName() in printMachOWeakBindTable()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LinkerScript.cpp | 1800 os << format_decimal(size >> 30, 10) << " GB"; in printMemoryUsage() 1802 os << format_decimal(size >> 20, 10) << " MB"; in printMemoryUsage() 1804 os << format_decimal(size >> 10, 10) << " KB"; in printMemoryUsage() 1806 os << " " << format_decimal(size, 10) << " B"; in printMemoryUsage()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 445 ostream << "[" << llvm::format_decimal(idx, 2) << "] "; in DumpSectionHeaders()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 95 OS << format_decimal(L, MaxLineNumberWidth); in format()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 3859 << format_decimal(G.Index, 5) << "] `" << G.Name << "' [" << G.Signature in printGroupSections() 3871 OS << " [" << format_decimal(GM.Index, 5) << "] " << GM.Name << "\n"; in printGroupSections() 4319 return to_string(format_decimal(SectionIndex, 3)) + Extra; in getSymbolSectionNdx() 4331 Fields[0].Str = to_string(format_decimal(SymIndex, 6)) + ":"; in printSymbol() 4334 Fields[2].Str = to_string(format_decimal(Symbol.st_size, 5)); in printSymbol() 4394 Fields[0].Str = to_string(format_decimal(SymIndex, 5)); in printHashedSymbol() 4395 Fields[1].Str = to_string(format_decimal(Bucket, 3)) + ":"; in printHashedSymbol() 4399 Fields[3].Str = to_string(format_decimal(Symbol->st_size, 5)); in printHashedSymbol() 5300 Fields[0].Str = to_string(format_decimal(++SymIndex, 6)) + ":"; in printAddrsig() 5972 OS << " Page size: " << format_decimal(Note.PageSize, 0) << '\n'; in printCoreNote() [all …]
|
| H A D | XCOFFDumper.cpp | 345 << ")" << format_decimal(LoaderSecRelEntPtr->SectionNum, 8) in printLoaderSectionRelocationEntry()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | PDB.cpp | 1250 stream << format_decimal(v, 15) << " " << s << '\n'; in printStats()
|