Home | History | Annotate | Download | only in Support

Lines Matching refs:Default

773         default:
821 default:
1104 // printGenericOptionDiff - Print the value of this option and it's default.
1109 const GenericOptionValue &Default,
1122 outs().indent(NumSpaces) << " (default: ";
1124 if (Default.compare(getOptionValue(j)))
1149 outs().indent(NumSpaces) << " (default: "; \
1153 outs() << "*no default*"; \
1172 outs().indent(NumSpaces) << " (default: ";
1176 outs() << "*no default*";
1309 cl::desc("Print non-default options after command line parsing"),
1368 << " Default target: " << sys::getDefaultTargetTriple() << '\n'