Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Option/
DOptParser.td110 code ValueExtractor = "extractForwardValue";
171 code ValueExtractor = "(extractMaskValue<unsigned, decltype("#value#"), "#value#">)";
200 class ValueExtractor<code extractor> { code ValueExtractor = extractor; }
/external/llvm-project/llvm/utils/TableGen/
DOptParserEmitter.cpp77 StringRef ValueExtractor; member in MarshallingInfo
121 OS << ValueExtractor; in emit()
173 Ret.ValueExtractor = R.getValueAsString("ValueExtractor"); in createMarshallingInfo()