Home
last modified time | relevance | path

Searched refs:right_justify (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.cpp114 OS << right_justify(getElementTypeName(ElTy), Alignment); in printElementType()
117 OS << right_justify("byte", Alignment); in printElementType()
120 OS << right_justify("struct", Alignment); in printElementType()
124 OS << right_justify("NA", Alignment); in printElementType()
182 OS << right_justify(getKindName(Kind), Alignment); in printKind()
188 OS << right_justify("r/o", Alignment); in printKind()
191 OS << right_justify("r/w", Alignment); in printKind()
193 OS << right_justify("r/w+cnt", Alignment); in printKind()
197 OS << right_justify("buf", Alignment); in printKind()
204 OS << right_justify(DimName, Alignment); in printKind()
[all …]
/freebsd/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp157 os << right_justify("VMA", w) << ' ' << right_justify("LMA", w) in writeMapFile()
H A DLinkerScript.cpp1648 os << right_justify(m->name, 16) << ": "; in printMemoryUsage()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp64 OS << right_justify(NumBytes, SizeColWidth) << " (" in prettyPrintSectionSizes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormat.h153 inline FormattedString right_justify(StringRef Str, unsigned Width) {
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp223 OS << right_justify(formatv("#{0}", frame_no++).str(), in printSymbolizedStackTrace()
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c3611 boolean_t right_justify; in print_header() local
3622 right_justify = B_FALSE; in print_header()
3625 right_justify = zfs_prop_align_right(pl->pl_prop); in print_header()
3633 if (pl->pl_next == NULL && !right_justify) in print_header()
3635 else if (right_justify) in print_header()
3680 boolean_t right_justify; in collect_dataset() local
3710 right_justify = zfs_prop_align_right(pl->pl_prop); in collect_dataset()
3718 right_justify = zfs_prop_align_right(pl->pl_prop); in collect_dataset()
3728 right_justify = B_TRUE; in collect_dataset()
3738 right_justify = B_TRUE; in collect_dataset()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4150 OS << "[" << right_justify(Fields[0].Str, 2) << "]"; in printSectionHeaders()
4154 OS << right_justify(Fields[7].Str, 3); in printSectionHeaders()
4156 OS << right_justify(Fields[8].Str, 2); in printSectionHeaders()
4158 OS << right_justify(Fields[9].Str, 3); in printSectionHeaders()
4160 OS << right_justify(Fields[10].Str, 2); in printSectionHeaders()
4563 OS << "[" << right_justify(to_string(SectionIndex), 2) << "]"; in printSectionDetails()
5875 OS << " " << right_justify("Start", FieldWidth) << " " in printCoreNote()
5876 << right_justify("End", FieldWidth) << " " in printCoreNote()
5877 << right_justify("Page Offset", FieldWidth) << '\n'; in printCoreNote()
H A DXCOFFDumper.cpp364 << center_justify("Type", 15) << right_justify("SecNum", 8) in printLoaderSectionRelocationEntriesHelper()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c6770 boolean_t right_justify; in print_header() local
6788 right_justify = B_FALSE; in print_header()
6791 right_justify = zpool_prop_align_right(pl->pl_prop); in print_header()
6801 if (pl->pl_next == NULL && !right_justify) in print_header()
6803 else if (right_justify) in print_header()
6823 boolean_t right_justify; in collect_pool() local
6860 right_justify = B_FALSE; in collect_pool()
6869 right_justify = zpool_prop_align_right(pl->pl_prop); in collect_pool()
6902 !right_justify)) in collect_pool()
6904 else if (right_justify) in collect_pool()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp8637 bool pad_zeros, right_justify, parse_long_name, found_valid_name; in __kmp_aux_capture_affinity_field() local
8665 right_justify = false; in __kmp_aux_capture_affinity_field()
8667 right_justify = true; in __kmp_aux_capture_affinity_field()
8681 if (!right_justify) in __kmp_aux_capture_affinity_field()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1064 dbgs() << llvm::right_justify(ResName + " ", HeaderColWidth); in dumpScheduleTraceTopDown()
1145 dbgs() << llvm::right_justify(ResName + " ", HeaderColWidth); in dumpScheduleTraceBottomUp()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp856 << S.TypeChar << " |" << right_justify(S.TypeName, 18) << "|" in printSymbolList()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3599 OS << llvm::right_justify(Buffer, 10) << " | "; in PrintBitFieldOffset()