Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp161 for (auto PrefixOffset : I->getPrefixOffsets(PrefixesTable)) { in matchOption() local
162 StringRef Prefix = StrTable[PrefixOffset]; in matchOption()
180 for (auto PrefixOffset : In.getPrefixOffsets(PrefixesTable)) in optionMatches() local
181 if (Option == StrTable[PrefixOffset]) in optionMatches()
223 for (auto PrefixOffset : In.getPrefixOffsets(PrefixesTable)) { in findByPrefix() local
224 StringRef Prefix = (*StrTable)[PrefixOffset]; in findByPrefix()
799 for (auto PrefixOffset : Info.getPrefixOffsets(PrefixesTable)) in GenericOptTable() local
800 TmpPrefixesUnion.insert(StrTable[PrefixOffset]); in GenericOptTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h100 for (auto PrefixOffset : getPrefixOffsets(PrefixesTable)) in appendPrefixes() local
101 Prefixes.push_back(StrTable[PrefixOffset]); in appendPrefixes()
442 for (auto PrefixOffset : PrefixesUnionOffsets) in OptTable() local
443 PrefixesUnion.push_back(StrTable[PrefixOffset]); in OptTable()