GCC Middle and Back End API Reference
gcov_info Struct Reference

#include <gcov-io.h>

Collaboration diagram for gcov_info:

Data Fields

gcov_unsigned_t version
struct gcov_infonext
gcov_unsigned_t stamp
const char * filename
gcov_merge_fn merge [GCOV_COUNTERS]
unsigned n_functions
struct gcov_fn_info *const * functions

Detailed Description

   Information about a single object file.  

Field Documentation

const char* gcov_info::filename
struct gcov_fn_info* const* gcov_info::functions
gcov_merge_fn gcov_info::merge[GCOV_COUNTERS]
unsigned gcov_info::n_functions
struct gcov_info* gcov_info::next
gcov_unsigned_t gcov_info::stamp
gcov_unsigned_t gcov_info::version

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