Searched refs:right_justify (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp160 os << right_justify("VMA", w) << ' ' << right_justify("LMA", w)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormat.h128 /// This is a helper class for left_justify, right_justify, and center_justify.
149 /// right_justify - add spaces before string so total output is
152 inline FormattedString right_justify(StringRef Str, unsigned Width) { function in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp185 OS << right_justify(formatv("#{0}", frame_no++).str(),
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2985 boolean_t right_justify; local
2994 right_justify = B_FALSE;
2997 right_justify = zfs_prop_align_right(pl->pl_prop);
3005 if (pl->pl_next == NULL && !right_justify)
3007 else if (right_justify)
3029 boolean_t right_justify; local
3045 right_justify = zfs_prop_align_right(pl->pl_prop);
3053 right_justify = zfs_prop_align_right(pl->pl_prop);
3060 right_justify = B_TRUE;
3067 right_justify
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c3421 boolean_t right_justify; local
3439 right_justify = B_FALSE;
3442 right_justify = zpool_prop_align_right(pl->pl_prop);
3452 if (pl->pl_next == NULL && !right_justify)
3454 else if (right_justify)
3475 boolean_t right_justify; local
3498 right_justify = B_FALSE;
3506 right_justify = zpool_prop_align_right(pl->pl_prop);
3522 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify))
3524 else if (right_justify)
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3537 OS << "[" << right_justify(Fields[0].Str, 2) << "]";
3541 OS << right_justify(Fields[7].Str, 3);
3543 OS << right_justify(Fields[8].Str, 2);
3545 OS << right_justify(Fields[9].Str, 3);
3547 OS << right_justify(Fields[10].Str, 2);
4874 OS << " " << right_justify("Start", FieldWidth) << " "
4875 << right_justify("End", FieldWidth) << " "
4876 << right_justify("Page Offset", FieldWidth) << '\n';
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp7768 bool pad_zeros, right_justify, parse_long_name, found_valid_name;
7796 right_justify = false;
7798 right_justify = true;
7812 if (!right_justify)
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3281 OS << llvm::right_justify(Buffer, 10) << " | ";
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp882 << S.TypeChar << " |" << right_justify(S.TypeName, 18) << "|"

Completed in 388 milliseconds