Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Option/
H A DOptParser.td112 code ValueExtractor = "extractForwardValue";
213 code ValueExtractor = "(extractMaskValue<unsigned, decltype("#value#"), "#value#">)";
241 class ValueExtractor<code extractor> { code ValueExtractor = extractor; }
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DOptParserEmitter.cpp77 StringRef ValueExtractor; member in MarshallingInfo
127 OS << ValueExtractor; in emit()
181 Ret.ValueExtractor = R.getValueAsString("ValueExtractor"); in createMarshallingInfo()