LLVM API Documentation
#include <Instrumentation.h>
Static Public Member Functions | |
static GCOVOptions | getDefault () |
Public Attributes | |
bool | EmitNotes |
bool | EmitData |
char | Version [4] |
bool | UseCfgChecksum |
bool | NoRedZone |
bool | FunctionNamesInData |
Definition at line 39 of file Instrumentation.h.
|
static |
Definition at line 48 of file GCOVProfiling.cpp.
References DefaultGCOVVersion, EmitData, EmitNotes, FunctionNamesInData, llvm::Intrinsic::memcpy, NoRedZone, llvm::report_fatal_error(), UseCfgChecksum, and Version.
bool llvm::GCOVOptions::EmitData |
Definition at line 46 of file Instrumentation.h.
Referenced by getDefault().
bool llvm::GCOVOptions::EmitNotes |
Definition at line 43 of file Instrumentation.h.
Referenced by getDefault().
bool llvm::GCOVOptions::FunctionNamesInData |
Definition at line 61 of file Instrumentation.h.
Referenced by getDefault().
bool llvm::GCOVOptions::NoRedZone |
Definition at line 57 of file Instrumentation.h.
Referenced by getDefault().
bool llvm::GCOVOptions::UseCfgChecksum |
Definition at line 54 of file Instrumentation.h.
Referenced by getDefault().
char llvm::GCOVOptions::Version[4] |
Definition at line 50 of file Instrumentation.h.
Referenced by getDefault().