LLVM 20.0.0git
|
#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 |
Definition at line 63 of file Instrumentation.h.
|
static |
Definition at line 75 of file GCOVProfiling.cpp.
References AtomicCounter, DefaultGCOVVersion, Options, and llvm::report_fatal_error().
bool llvm::GCOVOptions::Atomic = false |
Definition at line 80 of file Instrumentation.h.
bool llvm::GCOVOptions::EmitData |
Definition at line 70 of file Instrumentation.h.
bool llvm::GCOVOptions::EmitNotes |
Definition at line 67 of file Instrumentation.h.
std::string llvm::GCOVOptions::Exclude |
Definition at line 86 of file Instrumentation.h.
std::string llvm::GCOVOptions::Filter |
Definition at line 83 of file Instrumentation.h.
bool llvm::GCOVOptions::NoRedZone |
Definition at line 77 of file Instrumentation.h.
char llvm::GCOVOptions::Version[4] |
Definition at line 74 of file Instrumentation.h.