Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DOptParserEmitter.cpp98 emitScopedNormalizedValue(OS, DefaultValue); in emit()
102 emitScopedNormalizedValue(OS, ImpliedValue); in emit()
124 emitScopedNormalizedValue(OS, NormalizedValues[I]); in emitValueTable()
132 void emitScopedNormalizedValue(raw_ostream &OS, in emitScopedNormalizedValue() function in MarshallingInfo