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

#include "llvm/Transforms/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
 
bool ExitBlockBeforeBody
 
std::string Filter
 
std::string Exclude
 

Detailed Description

Definition at line 53 of file Instrumentation.h.

Member Function Documentation

◆ getDefault()

GCOVOptions GCOVOptions::getDefault ( )
static

Member Data Documentation

◆ EmitData

bool llvm::GCOVOptions::EmitData

Definition at line 60 of file Instrumentation.h.

Referenced by getDefault().

◆ EmitNotes

bool llvm::GCOVOptions::EmitNotes

Definition at line 57 of file Instrumentation.h.

Referenced by getDefault().

◆ Exclude

std::string llvm::GCOVOptions::Exclude

Definition at line 85 of file Instrumentation.h.

◆ ExitBlockBeforeBody

bool llvm::GCOVOptions::ExitBlockBeforeBody

Definition at line 79 of file Instrumentation.h.

Referenced by getDefault(), and getFilename().

◆ Filter

std::string llvm::GCOVOptions::Filter

Definition at line 82 of file Instrumentation.h.

◆ FunctionNamesInData

bool llvm::GCOVOptions::FunctionNamesInData

Definition at line 75 of file Instrumentation.h.

Referenced by getDefault().

◆ NoRedZone

bool llvm::GCOVOptions::NoRedZone

Definition at line 71 of file Instrumentation.h.

Referenced by getDefault().

◆ UseCfgChecksum

bool llvm::GCOVOptions::UseCfgChecksum

Definition at line 68 of file Instrumentation.h.

Referenced by getDefault(), and getFilename().

◆ Version

char llvm::GCOVOptions::Version[4]

Definition at line 64 of file Instrumentation.h.

Referenced by getDefault().


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