Searched refs:left_justify (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/jemalloc/src/
H A Dmalloc_io.c358 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \
362 if (!left_justify && pad_len != 0) { \
371 if (left_justify && pad_len != 0) { \
429 bool left_justify = false; local
447 assert(!left_justify);
448 left_justify = true;
469 left_justify = true;
541 APPEND_PADDED_S(s, slen, width, left_justify);
550 APPEND_PADDED_S(s, slen, width, left_justify);
559 APPEND_PADDED_S(s, slen, width, left_justify);
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp127 OS << left_justify(RegisteredCounters[CounterID], 32) << ": {"
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp131 OS << ' ' << left_justify(getColumnHeader(ColumnKinds[i]), 24);
/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.
142 /// left_justify - append spaces after string so total output is
145 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp216 lld::outs() << left_justify(a, 49) << " " << b << "\n";
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp816 OS << left_justify(IS.str(), 60);
1721 << left_justify("Name", NameWidth) << " Size "
1722 << left_justify("VMA", AddressWidth) << " "
1723 << left_justify("LMA", AddressWidth) << " Type\n";
1727 << left_justify("Name", NameWidth) << " Size "
1728 << left_justify("VMA", AddressWidth) << " Type\n";
H A DMachODump.cpp10368 outs() << left_justify(SegmentName, 8) << " "
10369 << left_justify(SectionName, 18) << " "
10371 << left_justify(Entry.typeName(), 8) << " "
10373 << left_justify(ordinalName(Obj, Entry.ordinal()), 16) << " "
10395 outs() << left_justify(SegmentName, 8) << " "
10396 << left_justify(SectionName, 18) << " "
10398 << left_justify(ordinalName(Obj, Entry.ordinal()), 16) << " "
10426 outs() << left_justify(SegmentName, 8) << " "
10427 << left_justify(SectionName, 18) << " "
10429 << left_justify(Entr
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp1056 << left_justify(getOpcodeString((Matcher::KindTy)i), HistOpcWidth)
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp881 outs() << left_justify(Name, 20) << "|" << SymbolAddrStr << "| "
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4152 OS << left_justify("(" + std::string(Versions[VersymRow + I]) + ")", 13);
4900 OS << " " << left_justify(Name, 20) << ' '
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5546 << left_justify(DAG.getMachineFunction().getName(), Width)

Completed in 462 milliseconds