Searched refs:left_justify (Results 1 – 9 of 9) sorted by relevance
/external/jemalloc/src/ |
D | util.c | 336 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \ in malloc_vsnprintf() argument 340 if (!left_justify && pad_len != 0) { \ in malloc_vsnprintf() 348 if (left_justify && pad_len != 0) { \ in malloc_vsnprintf() 405 bool left_justify = false; in malloc_vsnprintf() local 423 assert(!left_justify); in malloc_vsnprintf() 424 left_justify = true; in malloc_vsnprintf() 445 left_justify = true; in malloc_vsnprintf() 515 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf() 524 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf() 533 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf() [all …]
|
/external/llvm/unittests/Support/ |
D | raw_ostream_test.cpp | 147 EXPECT_EQ("xyz ", printToString(left_justify("xyz", 6), 6)); in TEST() 148 EXPECT_EQ("abc", printToString(left_justify("abc", 3), 3)); in TEST() 149 EXPECT_EQ("big", printToString(left_justify("big", 1), 3)); in TEST()
|
/external/llvm/include/llvm/Support/ |
D | Format.h | 130 inline FormattedString left_justify(StringRef Str, unsigned Width) { in left_justify() function
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnitIndex.cpp | 128 OS << ' ' << left_justify(getColumnHeader(ColumnKinds[i]), 24); in dump()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Format.h | 143 inline FormattedString left_justify(StringRef Str, unsigned Width) {
|
/external/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 219 OS << left_justify(getDarwinStabString(Type), 13); in dumpSymTabEntry()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 9271 outs() << left_justify(SegmentName, 8) << " " in printMachOBindTable() 9272 << left_justify(SectionName, 18) << " " in printMachOBindTable() 9274 << left_justify(Entry.typeName(), 8) << " " in printMachOBindTable() 9276 << left_justify(ordinalName(Obj, Entry.ordinal()), 16) << " " in printMachOBindTable() 9300 outs() << left_justify(SegmentName, 8) << " " in printMachOLazyBindTable() 9301 << left_justify(SectionName, 18) << " " in printMachOLazyBindTable() 9303 << left_justify(ordinalName(Obj, Entry.ordinal()), 16) << " " in printMachOLazyBindTable() 9333 outs() << left_justify(SegmentName, 8) << " " in printMachOWeakBindTable() 9334 << left_justify(SectionName, 18) << " " in printMachOWeakBindTable() 9336 << left_justify(Entry.typeName(), 8) << " " in printMachOWeakBindTable()
|
D | llvm-objdump.cpp | 460 OS << left_justify(IS.str(), 60) << format("// %012" PRIX64 ": ", Address); in printInst()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 4721 << left_justify(DAG.getMachineFunction().getName(), Width) in LowerCall()
|