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

Data Fields

gcov_type count
union {
   arc_t *   branches
   block_t *   blocks
u
unsigned exists: 1
unsigned unexceptional: 1

Detailed Description

   Describes a single line of source. Contains a chain of basic blocks
   with code on it.  

Field Documentation

block_t* line_info::blocks

Referenced by make_gcov_file_name(), and mangle_name().

arc_t* line_info::branches

Referenced by mangle_name().

gcov_type line_info::count
unsigned line_info::exists
union { ... } line_info::u

Referenced by make_gcov_file_name(), and mangle_name().

unsigned line_info::unexceptional

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