LLVM  4.0.0
Static Public Member Functions | Public Attributes | List of all members
llvm::GCOVOptions Struct Reference

#include <Instrumentation.h>

Collaboration diagram for llvm::GCOVOptions:
[legend]

Static Public Member Functions

static GCOVOptions getDefault ()
 

Public Attributes

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

Detailed Description

Definition at line 51 of file Instrumentation.h.

Member Function Documentation

GCOVOptions GCOVOptions::getDefault ( )
static

Member Data Documentation

bool llvm::GCOVOptions::EmitData

Definition at line 58 of file Instrumentation.h.

Referenced by getDefault().

bool llvm::GCOVOptions::EmitNotes

Definition at line 55 of file Instrumentation.h.

Referenced by getDefault().

bool llvm::GCOVOptions::ExitBlockBeforeBody

Definition at line 77 of file Instrumentation.h.

Referenced by getDefault().

bool llvm::GCOVOptions::FunctionNamesInData

Definition at line 73 of file Instrumentation.h.

Referenced by getDefault().

bool llvm::GCOVOptions::NoRedZone

Definition at line 69 of file Instrumentation.h.

Referenced by getDefault().

bool llvm::GCOVOptions::UseCfgChecksum

Definition at line 66 of file Instrumentation.h.

Referenced by getDefault().

char llvm::GCOVOptions::Version[4]

Definition at line 62 of file Instrumentation.h.

Referenced by getDefault().


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