Searched refs:NormalizedValues (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | OptParserEmitter.cpp | 80 std::vector<StringRef> NormalizedValues; member in MarshallingInfo 141 emitScopedNormalizedValue(OS, NormalizedValues[I]); in emitValueTable() 187 Ret.NormalizedValues = R.getValueAsListOfStrings("NormalizedValues"); in createMarshallingInfo() 188 Ret.Values.reserve(Ret.NormalizedValues.size()); in createMarshallingInfo() 203 assert(Ret.Values.size() == Ret.NormalizedValues.size() && in createMarshallingInfo()
|
| /llvm-project-15.0.7/llvm/include/llvm/Option/ |
| H A D | OptParser.td | 113 list<code> NormalizedValues = ?; 225 // Typically used with `Values`, `NormalizedValues` and `NormalizedValuesScope`. 239 class NormalizedValues<list<code> definitions> { list<code> NormalizedValues = definitions; }
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 986 NormalizedValues<["Legacy", "PerThread"]>, 1364 NormalizedValues<["Auto", "Always", "Never"]>, 1599 NormalizedValues<["ExtendTo32", "ExtendTo64"]>, 1736 NormalizedValues<["Never", "Runtime", "Always"]>, 1761 NormalizedValues<["None", "Global"]>, 2028 NormalizedValues<["Keep", "Extern"]>, 2716 NormalizedValues<["Ovl_Best", "Ovl_All"]>, 2974 NormalizedValues<["None", "Explicit", "All"]>, 4232 NormalizedValues<["Mixed", "GCC", "XL"]>, 5601 NormalizedValues<["0", "1", "2"]>, [all …]
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | InternalsManual.rst | 956 issued. Otherwise, the corresponding element from ``NormalizedValues`` at the 959 ``NormalizedValues`` must match. 964 Values<"posix,single">, NormalizedValues<["POSIX", "Single"]>,
|