Home | History | Annotate | Download | only in coregrind

Lines Matching refs:clo_xml

531       else if VG_BOOL_CLO(arg, "--xml",            VG_(clo_xml))
532 VG_(debugLog_setXml)(VG_(clo_xml));
856 if (VG_(clo_xml) && !VG_(needs).xml_output) {
857 VG_(clo_xml) = False;
870 if (VG_(clo_xml)) {
1059 if (VG_(clo_xml) && tmp_xml_fd == -1) {
1206 const HChar* xpre = VG_(clo_xml) ? " <line>" : "";
1207 const HChar* xpost = VG_(clo_xml) ? "</line>" : "";
1209 = VG_(clo_xml) ? VG_(printf_xml) : VG_(umsg);
1212 = VG_(clo_xml) ? xml_arg : umsg_arg;
1218 if (VG_(clo_xml)) {
1228 if (VG_(clo_xml) || VG_(clo_verbosity > 0)) {
1230 if (VG_(clo_xml))
1234 umsg_or_xml( VG_(clo_xml) ? "%s%pS%pS%pS, %pS%s\n" : "%s%s%s%s, %s%s\n",
1250 umsg_or_xml( VG_(clo_xml) ? "%s%pS%s\n" : "%s%s%s\n",
1274 if (VG_(clo_xml))
1279 if (!VG_(clo_xml) && VG_(clo_verbosity) > 0 && !logging_to_fd) {
1283 if (VG_(clo_xml)) {
1331 if (VG_(clo_xml))
1966 // [for VG_(clo_verbosity), VG_(clo_xml),
2143 if (VG_(clo_xml)) {
2457 if (VG_(clo_xml))
2462 if (VG_(clo_xml)) {
2483 if (VG_(clo_xml)
2490 VG_(show_all_errors)(VG_(clo_verbosity), VG_(clo_xml));
2492 if (VG_(clo_xml)) {