Home | History | Annotate | Download | only in Support

Lines Matching defs:value_desc

374 // value_desc - Modifier to set the value description shown in the -help
376 struct value_desc {
379 value_desc(StringRef Str) : Desc(Str) {}