GCC Middle and Back End API Reference
|
Data Fields | |
ctf_dtdef_ref | pointer_dtd |
ctf_dtdef_ref | pointee_dtd |
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.
ctf_dtdef_ref btf_fixup::pointee_dtd |
Referenced by btf_collect_pruned_types().
ctf_dtdef_ref btf_fixup::pointer_dtd |
Referenced by btf_collect_pruned_types().