Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp2015 static size_t getOptionPrefixesSize() { in getOptionPrefixesSize() function
2035 Size = std::max(Size, NameSize + getOptionPrefixesSize()); in getOptionWidth()
2074 size_t FirstLineIndent = OptionName.size() + getOptionPrefixesSize(); in printOptionInfo()