Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td124 code ValueExtractor = "extractForwardValue";
228 code ValueExtractor = "(extractMaskValue<unsigned, decltype("#value#"), "#value#">)";
256 class ValueExtractor<code extractor> { code ValueExtractor = extractor; }
/freebsd-14.2/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()