|
LLVM
4.0.0
|
#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 |
| bool | ExitBlockBeforeBody |
Definition at line 51 of file Instrumentation.h.
|
static |
Definition at line 54 of file GCOVProfiling.cpp.
References DefaultExitBlockBeforeBody, DefaultGCOVVersion, EmitData, EmitNotes, ExitBlockBeforeBody, FunctionNamesInData, NoRedZone, llvm::report_fatal_error(), UseCfgChecksum, and Version.
| bool llvm::GCOVOptions::EmitData |
Definition at line 58 of file Instrumentation.h.
Referenced by getDefault().
| bool llvm::GCOVOptions::EmitNotes |
Definition at line 55 of file Instrumentation.h.
Referenced by getDefault().
| bool llvm::GCOVOptions::ExitBlockBeforeBody |
Definition at line 77 of file Instrumentation.h.
Referenced by getDefault().
| bool llvm::GCOVOptions::FunctionNamesInData |
Definition at line 73 of file Instrumentation.h.
Referenced by getDefault().
| bool llvm::GCOVOptions::NoRedZone |
Definition at line 69 of file Instrumentation.h.
Referenced by getDefault().
| bool llvm::GCOVOptions::UseCfgChecksum |
Definition at line 66 of file Instrumentation.h.
Referenced by getDefault().
| char llvm::GCOVOptions::Version[4] |
Definition at line 62 of file Instrumentation.h.
Referenced by getDefault().
1.8.6