GCC Middle and Back End API Reference
function_subsections Struct Reference

#include <function.h>

Data Fields

const char * hot_section_label
const char * cold_section_label
const char * hot_section_end_label
const char * cold_section_end_label

Detailed Description

   Data for function partitioning.  

Field Documentation

const char* function_subsections::cold_section_end_label
const char* function_subsections::cold_section_label
const char* function_subsections::hot_section_end_label
const char* function_subsections::hot_section_label
     Assembly labels for the hot and cold text sections, to
     be used by debugger functions for determining the size of text
     sections.  

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