reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
415 if (abbrevDecl) { 416 s.PutCString(DW_TAG_value_to_name(abbrevDecl->Tag())); 417 s.Printf(" [%u] %c\n", abbrCode, abbrevDecl->HasChildren() ? '*' : ' '); 420 const uint32_t numAttributes = abbrevDecl->NumAttributes(); 424 abbrevDecl->GetAttrAndFormValueByIndex(i, attr, form_value);