Searched refs:TagFmt (Results 1 – 1 of 1) sorted by relevance
229 std::string TagFmt = " %-" + std::to_string(MaxLen) + "s "; in printDynamicSection() local251 outs() << format(TagFmt.c_str(), Str.c_str()) in printDynamicSection()255 outs() << format(TagFmt.c_str(), Str.c_str()) << Data + Dyn.getVal() in printDynamicSection()262 outs() << format(TagFmt.c_str(), Str.c_str()) in printDynamicSection()