LLVM API Documentation
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 () |
Public Attributes | |
bool | AllBlocks |
bool | BranchInfo |
bool | BranchCount |
bool | FuncCoverage |
bool | PreservePaths |
bool | UncondBranch |
bool | LongFileNames |
bool | NoOutput |
bool | EmitNotes |
bool | EmitData |
char | Version [4] |
bool | UseCfgChecksum |
bool | NoRedZone |
bool | FunctionNamesInData |
GCOVOptions - A struct for passing gcov options between functions.
GCOVOptions GCOVOptions::getDefault | ( | ) | [static] |
Definition at line 51 of file GCOVProfiling.cpp.
References DefaultGCOVVersion, EmitData, EmitNotes, FunctionNamesInData, llvm::LibFunc::memcpy, NoRedZone, llvm::report_fatal_error(), UseCfgChecksum, and Version.
Definition at line 44 of file GCOV.h.
Referenced by llvm::FileInfo::print().
Definition at line 45 of file GCOV.h.
Referenced by llvm::FileInfo::print().
Definition at line 46 of file Instrumentation.h.
Referenced by getDefault().
Definition at line 43 of file Instrumentation.h.
Referenced by getDefault().
Definition at line 47 of file GCOV.h.
Referenced by llvm::FileInfo::print().
Definition at line 61 of file Instrumentation.h.
Referenced by getDefault().
Definition at line 57 of file Instrumentation.h.
Referenced by getDefault().
Definition at line 49 of file GCOV.h.
Referenced by llvm::FileInfo::print().
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().