LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | Public Attributes | List of all members
llvm::GCOVOptions Struct Reference

#include <Instrumentation.h>

Collaboration diagram for llvm::GCOVOptions:
Collaboration graph
[legend]

Static Public Member Functions

static GCOVOptions getDefault ()
 

Public Attributes

bool EmitNotes
 
bool EmitData
 
char Version [4]
 
bool UseCfgChecksum
 
bool NoRedZone
 
bool FunctionNamesInData
 

Detailed Description

Definition at line 39 of file Instrumentation.h.

Member Function Documentation

GCOVOptions GCOVOptions::getDefault ( )
static

Member Data Documentation

bool llvm::GCOVOptions::EmitData

Definition at line 46 of file Instrumentation.h.

Referenced by getDefault().

bool llvm::GCOVOptions::EmitNotes

Definition at line 43 of file Instrumentation.h.

Referenced by getDefault().

bool llvm::GCOVOptions::FunctionNamesInData

Definition at line 61 of file Instrumentation.h.

Referenced by getDefault().

bool llvm::GCOVOptions::NoRedZone

Definition at line 57 of file Instrumentation.h.

Referenced by getDefault().

bool llvm::GCOVOptions::UseCfgChecksum

Definition at line 54 of file Instrumentation.h.

Referenced by getDefault().

char llvm::GCOVOptions::Version[4]

Definition at line 50 of file Instrumentation.h.

Referenced by getDefault().


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