Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DOptParserEmitter.cpp81 std::vector<StringRef> NormalizedValues; member in MarshallingInfo
142 emitScopedNormalizedValue(OS, NormalizedValues[I]); in emitValueTable()
188 Ret.NormalizedValues = R.getValueAsListOfStrings("NormalizedValues"); in createMarshallingInfo()
189 Ret.Values.reserve(Ret.NormalizedValues.size()); in createMarshallingInfo()
204 assert(Ret.Values.size() == Ret.NormalizedValues.size() && in createMarshallingInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/Option/
H A DOptParser.td113 list<code> NormalizedValues = ?;
225 // Typically used with `Values`, `NormalizedValues` and `NormalizedValuesScope`.
239 class NormalizedValues<list<code> definitions> { list<code> NormalizedValues = definitions; }
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td489 NormalizedValues<["DefaultVisibility", "HiddenVisibility",
995 NormalizedValues<["Legacy", "PerThread"]>,
1166 NormalizedValues<["Default", "OneZeroOrIncomplete", "ZeroOrIncomplete", "IncompleteOnly"]>,
1234 NormalizedValues<["Embed_Off", "Embed_All", "Embed_Bitcode", "Embed_Marker"]>,
1392 NormalizedValues<["Auto", "Always", "Never"]>,
1450NormalizedValues<["ObjectiveC", "ObjectiveC", "ObjectiveC", "Swift5_0", "Swift5_0", "Swift4_2", "S…
1574 NormalizedValues<["DwarfCFI", "SjLj", "WinEH", "Wasm"]>,
1588 NormalizedValues<["FPP_Standard", "FPP_Fast", "FPP_None"]>;
1596 NormalizedValues<["FPP_Standard", "FPP_Fast", "FPP_None"]>,
1618 NormalizedValues<["FEM_Source", "FEM_Double", "FEM_Extended"]>,
[all …]
/openbsd-src/gnu/llvm/clang/docs/
H A DInternalsManual.rst959 issued. Otherwise, the corresponding element from ``NormalizedValues`` at the
962 ``NormalizedValues`` must match.
967 Values<"posix,single">, NormalizedValues<["POSIX", "Single"]>,