Home | History | Annotate | Download | only in Support

Lines Matching defs:value_desc

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