Lines Matching defs:xml
50 bool xml;
109 popt::option(options::xml, "xml", 'X',
110 "XML output"),
117 if (options::xml && !sort.empty()) {
119 << "are incompatible with --xml" << endl;
121 // to mess up symbol traversal for XML
125 if (sort.empty() || options::xml) {
127 if (options::xml) {
181 if (xml) {
183 cerr << "--accumulated is incompatible with --xml" << endl;
188 cerr << "--global_percent is incompatible with --xml" << endl;
291 if (options::xml) {
321 if (options::xml) {
322 cerr << "differential profiles are incompatible with --xml" << endl;