Home | History | Annotate | Download | only in Support

Lines Matching defs:value_desc

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