Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAInfo.cpp228 unsigned VersionWidth = Description.empty() ? 0 : 10; in PrintExtension() local
229 outs() << left_justify(Name, 20) << left_justify(Version, VersionWidth) in PrintExtension()