GCC Middle and Back End API Reference
named_section Struct Reference

#include <output.h>

Collaboration diagram for named_section:

Data Fields

struct section_common common
const char * name
tree decl

Detailed Description

Information about a SECTION_NAMED section.


Field Documentation

struct section_common named_section::common
tree named_section::decl

If nonnull, the VAR_DECL or FUNCTION_DECL with which the section is associated.

const char* named_section::name

The name of the section.


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