Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp199 StringRef InName(In.Name); in optionMatches() local
201 if (Option.endswith(InName)) in optionMatches()
202 if (Option.slice(0, Option.size() - InName.size()) == In.Prefixes[I]) in optionMatches()