GCC Middle and Back End API Reference
btf_fixup Struct Reference
Collaboration diagram for btf_fixup:

Data Fields

ctf_dtdef_ref pointer_dtd
 
ctf_dtdef_ref pointee_dtd
 

Detailed Description

Fixup used to avoid unnecessary pointer chasing for types.  A fixup is
created when a structure or union member is a pointer to another struct
or union type.  In such cases, avoid emitting full type information for
the pointee struct or union type (which may be quite large), unless that
type is used directly elsewhere.   

Field Documentation

◆ pointee_dtd

ctf_dtdef_ref btf_fixup::pointee_dtd

◆ pointer_dtd

ctf_dtdef_ref btf_fixup::pointer_dtd

The documentation for this struct was generated from the following file: