|
LLVM
3.7.0
|
GCOVOptions - A struct for passing gcov options between functions. More...
#include <GCOV.h>
Public Member Functions | |
| GCOVOptions (bool A, bool B, bool C, bool F, bool P, bool U, bool L, bool N) | |
Static Public Member Functions | |
| static GCOVOptions | getDefault () |
GCOVOptions - A struct for passing gcov options between functions.
|
static |
Definition at line 53 of file GCOVProfiling.cpp.
References DefaultExitBlockBeforeBody, DefaultGCOVVersion, EmitData, EmitNotes, ExitBlockBeforeBody, FunctionNamesInData, NoRedZone, llvm::report_fatal_error(), UseCfgChecksum, and Version.
| bool llvm::GCOVOptions::AllBlocks |
Definition at line 42 of file GCOV.h.
Referenced by llvm::FileInfo::print().
| bool llvm::GCOVOptions::BranchInfo |
Definition at line 43 of file GCOV.h.
Referenced by llvm::FileInfo::print().
| bool llvm::GCOVOptions::EmitData |
Definition at line 47 of file Instrumentation.h.
Referenced by getDefault().
| bool llvm::GCOVOptions::EmitNotes |
Definition at line 44 of file Instrumentation.h.
Referenced by getDefault().
| bool llvm::GCOVOptions::ExitBlockBeforeBody |
Definition at line 66 of file Instrumentation.h.
Referenced by getDefault().
| bool llvm::GCOVOptions::FuncCoverage |
Definition at line 45 of file GCOV.h.
Referenced by llvm::FileInfo::print().
| bool llvm::GCOVOptions::FunctionNamesInData |
Definition at line 62 of file Instrumentation.h.
Referenced by getDefault().
| bool llvm::GCOVOptions::NoRedZone |
Definition at line 58 of file Instrumentation.h.
Referenced by getDefault().
| bool llvm::GCOVOptions::UncondBranch |
Definition at line 47 of file GCOV.h.
Referenced by llvm::FileInfo::print().
| bool llvm::GCOVOptions::UseCfgChecksum |
Definition at line 55 of file Instrumentation.h.
Referenced by getDefault().
| char llvm::GCOVOptions::Version[4] |
Definition at line 51 of file Instrumentation.h.
Referenced by getDefault().
1.8.6