Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Option/
DOptParser.td112 code ValueExtractor = "extractForwardValue";
213 code ValueExtractor = "(extractMaskValue<unsigned, decltype("#value#"), "#value#">)";
241 class ValueExtractor<code extractor> { code ValueExtractor = extractor; }
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DOptParserEmitter.cpp78 StringRef ValueExtractor; member in MarshallingInfo
128 OS << ValueExtractor; in emit()
182 Ret.ValueExtractor = R.getValueAsString("ValueExtractor"); in createMarshallingInfo()