Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td130 code ValueExtractor = "extractForwardValue";
240 code ValueExtractor = "(extractMaskValue<unsigned, decltype("#value#"), "#value#">)";
268 class ValueExtractor<code extractor> { code ValueExtractor = extractor; }
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DOptParserEmitter.cpp62 StringRef ValueExtractor; member in MarshallingInfo
110 OS << ValueExtractor; in emit()
164 Ret.ValueExtractor = R.getValueAsString("ValueExtractor"); in createMarshallingInfo()