Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Option/
H A DOptTable.h104 unsigned getOptionKind(OptSpecifier id) const { in getOptionKind() function
/freebsd-12.1/contrib/llvm/lib/Option/
H A DOptTable.cpp542 if (getOptionKind(Id) == Option::GroupClass) in PrintHelp()