Home | History | Annotate | Download | only in coregrind

Lines Matching refs:clo_xml

520       else if VG_BOOL_CLO(arg, "--xml",            VG_(clo_xml))
521 VG_(debugLog_setXml)(VG_(clo_xml));
809 if (VG_(clo_xml) && !VG_(needs).xml_output) {
810 VG_(clo_xml) = False;
823 if (VG_(clo_xml)) {
1012 if (VG_(clo_xml) && tmp_xml_fd == -1) {
1159 HChar* xpre = VG_(clo_xml) ? " <line>" : "";
1160 HChar* xpost = VG_(clo_xml) ? "</line>" : "";
1162 = VG_(clo_xml) ? VG_(printf_xml) : VG_(umsg);
1165 = VG_(clo_xml) ? xml_arg : umsg_arg;
1171 if (VG_(clo_xml)) {
1181 if (VG_(clo_xml) || VG_(clo_verbosity > 0)) {
1183 if (VG_(clo_xml))
1187 umsg_or_xml( VG_(clo_xml) ? "%s%pS%pS%pS, %pS%s\n" : "%s%s%s%s, %s%s\n",
1203 umsg_or_xml( VG_(clo_xml) ? "%s%pS%s\n" : "%s%s%s\n",
1227 if (VG_(clo_xml))
1232 if (!VG_(clo_xml) && VG_(clo_verbosity) > 0 && !logging_to_fd) {
1236 if (VG_(clo_xml)) {
1284 if (VG_(clo_xml))
1956 // [for VG_(clo_verbosity), VG_(clo_xml),
2131 if (VG_(clo_xml)) {
2439 if (VG_(clo_xml))
2444 if (VG_(clo_xml)) {
2465 if (VG_(clo_xml)
2472 VG_(show_all_errors)(VG_(clo_verbosity), VG_(clo_xml));
2474 if (VG_(clo_xml)) {