|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/DebugInfo/DWARF/DWARFUnitIndex.cpp 131 OS << ' ' << left_justify(getColumnHeader(ColumnKinds[i]), 24);
lib/Support/DebugCounter.cpp 128 OS << left_justify(RegisteredCounters[CounterID], 32) << ": {"
lib/Target/PowerPC/PPCISelLowering.cpp 5374 << left_justify(DAG.getMachineFunction().getName(), Width)
tools/dsymutil/MachODebugMapParser.cpp 265 OS << left_justify(getDarwinStabString(Type), 13);
tools/lld/ELF/MapFile.cpp 216 outs() << left_justify(a, 49) << " " << b << "\n";
tools/llvm-nm/llvm-nm.cpp 881 outs() << left_justify(Name, 20) << "|" << SymbolAddrStr << "| "
tools/llvm-objdump/MachODump.cpp10375 outs() << left_justify(SegmentName, 8) << " "
10376 << left_justify(SectionName, 18) << " "
10378 << left_justify(Entry.typeName(), 8) << " "
10380 << left_justify(ordinalName(Obj, Entry.ordinal()), 16) << " "
10402 outs() << left_justify(SegmentName, 8) << " "
10403 << left_justify(SectionName, 18) << " "
10405 << left_justify(ordinalName(Obj, Entry.ordinal()), 16) << " "
10433 outs() << left_justify(SegmentName, 8) << " "
10434 << left_justify(SectionName, 18) << " "
10436 << left_justify(Entry.typeName(), 8) << " "
tools/llvm-objdump/llvm-objdump.cpp 816 OS << left_justify(IS.str(), 60);
1715 << left_justify("Name", NameWidth) << " Size "
1716 << left_justify("VMA", AddressWidth) << " "
1717 << left_justify("LMA", AddressWidth) << " Type\n";
1721 << left_justify("Name", NameWidth) << " Size "
1722 << left_justify("VMA", AddressWidth) << " Type\n";
tools/llvm-readobj/ELFDumper.cpp 3825 OS << left_justify(VersionName, 13);
4612 OS << " " << left_justify(Name, 20) << ' '
unittests/Support/raw_ostream_test.cpp 147 EXPECT_EQ("xyz ", printToString(left_justify("xyz", 6), 6));
148 EXPECT_EQ("abc", printToString(left_justify("abc", 3), 3));
149 EXPECT_EQ("big", printToString(left_justify("big", 1), 3));
utils/FileCheck/FileCheck.cpp 484 COS << left_justify(AnnotationItr->Label, LabelWidth) << " ";
utils/TableGen/DAGISelMatcherEmitter.cpp 1056 << left_justify(getOpcodeString((Matcher::KindTy)i), HistOpcWidth)