| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | MapFile.cpp | 158 os << right_justify("VMA", w) << ' ' << right_justify("LMA", w) in writeMapFile()
|
| H A D | LinkerScript.cpp | 1812 os << right_justify(m->name, 16) << ": "; in printMemoryUsage()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | SectionSizes.cpp | 64 OS << right_justify(NumBytes, SizeColWidth) << " (" in prettyPrintSectionSizes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Format.h | 154 inline FormattedString right_justify(StringRef Str, unsigned Width) {
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Signals.cpp | 289 OS << right_justify(formatv("#{0}", FrameNo).str(), std::log10(Depth) + 2) in printSymbolizedStackTrace()
|
| /freebsd/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 3662 boolean_t right_justify; in print_header() local 3673 right_justify = B_FALSE; in print_header() 3676 right_justify = zfs_prop_align_right(pl->pl_prop); in print_header() 3684 if (pl->pl_next == NULL && !right_justify) in print_header() 3686 else if (right_justify) in print_header() 3731 boolean_t right_justify; in collect_dataset() local 3761 right_justify = zfs_prop_align_right(pl->pl_prop); in collect_dataset() 3769 right_justify = zfs_prop_align_right(pl->pl_prop); in collect_dataset() 3779 right_justify = B_TRUE; in collect_dataset() 3789 right_justify = B_TRUE; in collect_dataset() [all …]
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 6775 boolean_t right_justify; in print_line() local 6794 right_justify = B_FALSE; in print_line() 6797 right_justify = zpool_prop_align_right( in print_line() 6817 right_justify = B_FALSE; in print_line() 6820 right_justify = B_TRUE; in print_line() 6824 if (pl->pl_next == NULL && !right_justify) in print_line() 6826 else if (right_justify) in print_line() 6849 boolean_t right_justify; in collect_pool() local 6886 right_justify = B_FALSE; in collect_pool() 6895 right_justify = zpool_prop_align_right(pl->pl_prop); in collect_pool() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 4215 OS << "[" << right_justify(Fields[0].Str, 2) << "]"; in printSectionHeaders() 4219 OS << right_justify(Fields[7].Str, 3); in printSectionHeaders() 4221 OS << right_justify(Fields[8].Str, 2); in printSectionHeaders() 4223 OS << right_justify(Fields[9].Str, 3); in printSectionHeaders() 4225 OS << right_justify(Fields[10].Str, 2); in printSectionHeaders() 4628 OS << "[" << right_justify(to_string(SectionIndex), 2) << "]"; in printSectionDetails() 5973 OS << " " << right_justify("Start", FieldWidth) << " " in printCoreNote() 5974 << right_justify("End", FieldWidth) << " " in printCoreNote() 5975 << right_justify("Page Offset", FieldWidth) << '\n'; in printCoreNote()
|
| H A D | XCOFFDumper.cpp | 364 << center_justify("Type", 15) << right_justify("SecNum", 8) in printLoaderSectionRelocationEntriesHelper()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 95 OS << right_justify(formatv("#{0}", VirtualFrameNo++).str(), in symbolizeStackTrace()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_runtime.cpp | 8644 bool pad_zeros, right_justify, parse_long_name, found_valid_name; in __kmp_aux_capture_affinity_field() local 8672 right_justify = false; in __kmp_aux_capture_affinity_field() 8674 right_justify = true; in __kmp_aux_capture_affinity_field() 8688 if (!right_justify) in __kmp_aux_capture_affinity_field()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 1304 dbgs() << llvm::right_justify(ResName + " ", HeaderColWidth); in dumpScheduleTraceTopDown() 1385 dbgs() << llvm::right_justify(ResName + " ", HeaderColWidth); in dumpScheduleTraceBottomUp()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 858 << S.TypeChar << " |" << right_justify(S.TypeName, 18) << "|" in printSymbolList()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | RecordLayoutBuilder.cpp | 3614 OS << llvm::right_justify(Buffer, 10) << " | "; in PrintBitFieldOffset()
|