|
LLVM 22.0.0git
|
#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 |
Definition at line 64 of file Instrumentation.h.
|
static |
Definition at line 76 of file GCOVProfiling.cpp.
References AtomicCounter, DefaultGCOVVersion, Options, and llvm::reportFatalUsageError().
Referenced by llvm::GCOVProfilerPass::GCOVProfilerPass().
| bool llvm::GCOVOptions::Atomic = false |
Definition at line 81 of file Instrumentation.h.
| bool llvm::GCOVOptions::EmitData |
Definition at line 71 of file Instrumentation.h.
| bool llvm::GCOVOptions::EmitNotes |
Definition at line 68 of file Instrumentation.h.
| std::string llvm::GCOVOptions::Exclude |
Definition at line 87 of file Instrumentation.h.
| std::string llvm::GCOVOptions::Filter |
Definition at line 84 of file Instrumentation.h.
| bool llvm::GCOVOptions::NoRedZone |
Definition at line 78 of file Instrumentation.h.
| char llvm::GCOVOptions::Version[4] |
Definition at line 75 of file Instrumentation.h.