Home | History | Annotate | Download | only in Support

Lines Matching defs:value_desc

383 // value_desc - Modifier to set the value description shown in the -help
385 struct value_desc {
388 value_desc(StringRef Str) : Desc(Str) {}