Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2083 static size_t getOptionPrefixesSize() { in getOptionPrefixesSize() function
2103 Size = std::max(Size, NameSize + getOptionPrefixesSize()); in getOptionWidth()
2142 size_t FirstLineIndent = OptionName.size() + getOptionPrefixesSize(); in printOptionInfo()