Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp78 unsigned VersionWidth = Description.empty() ? 0 : 10; in PrintExtension() local
79 outs() << left_justify(Name, 21) << left_justify(Version, VersionWidth) in PrintExtension()