GCC Middle and Back End API Reference
|
#include <gcov-io.h>
Data Fields | |
FILE * | file |
gcov_position_t | start |
unsigned | offset |
unsigned | length |
unsigned | overread |
int | error |
int | mode |
int | endian |
size_t | alloc |
gcov_unsigned_t * | buffer |
size_t gcov_var::alloc |
Holds a variable length block, as the compiler can write strings and needs to backtrack.
gcov_unsigned_t* gcov_var::buffer |
int gcov_var::endian |
int gcov_var::error |
FILE* gcov_var::file |
unsigned gcov_var::length |
int gcov_var::mode |
unsigned gcov_var::offset |
unsigned gcov_var::overread |
gcov_position_t gcov_var::start |