• Home
  • Raw
  • Download

Lines Matching refs:PutCString

981                 s.PutCString(DW_TAG_value_to_name(abbrevDecl->Tag()));  in Dump()
1090 s.PutCString("] "); in DumpAttribute()
1093 s.PutCString("( "); in DumpAttribute()
1106 if ( verbose ) s.PutCString(" ( "); in DumpAttribute()
1108 if ( verbose ) s.PutCString(" )"); in DumpAttribute()
1112 if ( verbose ) s.PutCString(" ( "); in DumpAttribute()
1113 s.PutCString(DW_LANG_value_to_name(form_value.Unsigned())); in DumpAttribute()
1114 if ( verbose ) s.PutCString(" )"); in DumpAttribute()
1118 if ( verbose ) s.PutCString(" ( "); in DumpAttribute()
1119 s.PutCString(DW_ATE_value_to_name(form_value.Unsigned())); in DumpAttribute()
1120 if ( verbose ) s.PutCString(" )"); in DumpAttribute()
1135 if ( verbose ) s.PutCString(" ( "); in DumpAttribute()
1137 if ( verbose ) s.PutCString(" )"); in DumpAttribute()
1166 if ( verbose ) s.PutCString(" ( "); in DumpAttribute()
1168 if ( verbose ) s.PutCString(" )"); in DumpAttribute()
1177 s.PutCString(" ( "); in DumpAttribute()
1179 s.PutCString(" )"); in DumpAttribute()
1200 s.PutCString(" )\n"); in DumpAttribute()
1656 s.PutCString("NULL"); in GetName()
1666 s.PutCString("NULL"); in GetName()
1677 s.PutCString(name); in GetName()
1705 s.PutCString("NULL"); in AppendTypeName()
1715 s.PutCString("NULL"); in AppendTypeName()
1724 s.PutCString(name); in AppendTypeName()
1736 case DW_TAG_base_type: s.PutCString("base "); break; in AppendTypeName()
1737 case DW_TAG_class_type: s.PutCString("class "); break; in AppendTypeName()
1738 case DW_TAG_const_type: s.PutCString("const "); break; in AppendTypeName()
1739 case DW_TAG_enumeration_type: s.PutCString("enum "); break; in AppendTypeName()
1740 case DW_TAG_file_type: s.PutCString("file "); break; in AppendTypeName()
1741 case DW_TAG_interface_type: s.PutCString("interface "); break; in AppendTypeName()
1742 case DW_TAG_packed_type: s.PutCString("packed "); break; in AppendTypeName()
1746 case DW_TAG_restrict_type: s.PutCString("restrict "); break; in AppendTypeName()
1747 case DW_TAG_set_type: s.PutCString("set "); break; in AppendTypeName()
1748 case DW_TAG_shared_type: s.PutCString("shared "); break; in AppendTypeName()
1749 case DW_TAG_string_type: s.PutCString("string "); break; in AppendTypeName()
1750 case DW_TAG_structure_type: s.PutCString("struct "); break; in AppendTypeName()
1751 case DW_TAG_subrange_type: s.PutCString("subrange "); break; in AppendTypeName()
1752 case DW_TAG_subroutine_type: s.PutCString("function "); break; in AppendTypeName()
1753 case DW_TAG_thrown_type: s.PutCString("thrown "); break; in AppendTypeName()
1754 case DW_TAG_union_type: s.PutCString("union "); break; in AppendTypeName()
1755 case DW_TAG_unspecified_type: s.PutCString("unspecified "); break; in AppendTypeName()
1756 case DW_TAG_volatile_type: s.PutCString("volatile "); break; in AppendTypeName()
1771 case DW_TAG_array_type: s.PutCString("[]"); break; in AppendTypeName()
2298 strm.PutCString("\noffset parent sibling child\n"); in DumpDIECollection()
2299 strm.PutCString("-------- -------- -------- --------\n"); in DumpDIECollection()