Lines Matching refs:pp_string
263 pp_string (pp, "digraph \""); in dump_dot_to_pp()
265 pp_string (pp, "supergraph"); in dump_dot_to_pp()
267 pp_string (pp, "\" {\n"); in dump_dot_to_pp()
327 pp_string (pp, "\t"); in dump_dot_to_pp()
329 pp_string (pp, ":s -> "); in dump_dot_to_pp()
331 pp_string (pp, ":n [style=\"invis\",constraint=true];\n"); in dump_dot_to_pp()
468 pp_string (pp, "<TABLE BORDER=\"0\">"); in dump_dot()
481 pp_string (pp, "returning call: "); in dump_dot()
507 pp_string (pp, "<TR><TD>ENTRY</TD></TR>"); in dump_dot()
514 pp_string (pp, "<TR><TD>EXIT</TD></TR>"); in dump_dot()
577 pp_string (pp, "<TR><TD>(empty)</TD></TR>"); in dump_dot()
581 pp_string (pp, "</TABLE>>];\n\n"); in dump_dot()
671 pp_string (pp, desc); in dump()
748 pp_string (pp, " -> "); in dump_dot()
824 pp_string (pp, " (flags "); in dump_label_to_pp()
831 pp_string (pp, " | "); \ in dump_label_to_pp()
838 pp_string (pp, ")"); in dump_label_to_pp()