forked from OSchip/llvm-project
parent
3e3ecd0ab6
commit
09cd3568f4
|
@ -611,9 +611,9 @@ DW_TAG_restrict_type = 55
|
|||
|
||||
<p><tt>DW_TAG_typedef</tt> is used to provide a name for the derived type.</p>
|
||||
|
||||
<p><tt>DW_TAG_pointer_type</tt>,<tt>DW_TAG_reference_type</tt>,
|
||||
<tt>DW_TAG_const_type</tt>, <tt>DW_TAG_volatile_type</tt>
|
||||
and <tt>DW_TAG_restrict_type</tt> are used to qualify
|
||||
<p><tt>DW_TAG_pointer_type</tt>, <tt>DW_TAG_reference_type</tt>,
|
||||
<tt>DW_TAG_const_type</tt>, <tt>DW_TAG_volatile_type</tt> and
|
||||
<tt>DW_TAG_restrict_type</tt> are used to qualify
|
||||
the <a href="#format_derived_type">derived type</a>. </p>
|
||||
|
||||
<p><a href="#format_derived_type">Derived type</a> location can be determined
|
||||
|
|
Loading…
Reference in New Issue