LLVM 22.0.0git
llvm::GCOVOptions Struct Reference

#include "llvm/Transforms/Utils/Instrumentation.h"

Static Public Member Functions

static LLVM_ABI 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 64 of file Instrumentation.h.

Member Function Documentation

◆ getDefault()

GCOVOptions GCOVOptions::getDefault ( )
static

Member Data Documentation

◆ Atomic

bool llvm::GCOVOptions::Atomic = false

Definition at line 81 of file Instrumentation.h.

◆ EmitData

bool llvm::GCOVOptions::EmitData

Definition at line 71 of file Instrumentation.h.

◆ EmitNotes

bool llvm::GCOVOptions::EmitNotes

Definition at line 68 of file Instrumentation.h.

◆ Exclude

std::string llvm::GCOVOptions::Exclude

Definition at line 87 of file Instrumentation.h.

◆ Filter

std::string llvm::GCOVOptions::Filter

Definition at line 84 of file Instrumentation.h.

◆ NoRedZone

bool llvm::GCOVOptions::NoRedZone

Definition at line 78 of file Instrumentation.h.

◆ Version

char llvm::GCOVOptions::Version[4]

Definition at line 75 of file Instrumentation.h.


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