Home
last modified time | relevance | path

Searched refs:TagFmt (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp218 std::string TagFmt = " %-" + std::to_string(MaxLen) + "s "; in printDynamicSection() local
226 outs() << format(TagFmt.c_str(), Str.c_str()); in printDynamicSection()