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

#include "llvm/Transforms/Instrumentation.h"

Static Public Member Functions

static GCOVOptions getDefault ()
 

Public Attributes

bool EmitNotes
 
bool EmitData
 
char Version [4]
 
bool NoRedZone
 
bool Atomic = false
 
std::string Filter
 
std::string Exclude
 

Detailed Description

Definition at line 59 of file Instrumentation.h.

Member Function Documentation

◆ getDefault()

GCOVOptions GCOVOptions::getDefault ( )
static

Member Data Documentation

◆ Atomic

bool llvm::GCOVOptions::Atomic = false

Definition at line 76 of file Instrumentation.h.

◆ EmitData

bool llvm::GCOVOptions::EmitData

Definition at line 66 of file Instrumentation.h.

◆ EmitNotes

bool llvm::GCOVOptions::EmitNotes

Definition at line 63 of file Instrumentation.h.

◆ Exclude

std::string llvm::GCOVOptions::Exclude

Definition at line 82 of file Instrumentation.h.

◆ Filter

std::string llvm::GCOVOptions::Filter

Definition at line 79 of file Instrumentation.h.

◆ NoRedZone

bool llvm::GCOVOptions::NoRedZone

Definition at line 73 of file Instrumentation.h.

◆ Version

char llvm::GCOVOptions::Version[4]

Definition at line 70 of file Instrumentation.h.


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