LLVM API Documentation

Public Member Functions | Static Public Member Functions | Public Attributes
llvm::GCOVOptions Struct Reference

GCOVOptions - A struct for passing gcov options between functions. More...

#include <GCOV.h>

Collaboration diagram for llvm::GCOVOptions:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

GCOVOptions - A struct for passing gcov options between functions.

Definition at line 39 of file GCOV.h.


Constructor & Destructor Documentation

llvm::GCOVOptions::GCOVOptions ( bool  A,
bool  B,
bool  C,
bool  F,
bool  P,
bool  U,
bool  L,
bool  N 
) [inline]

Definition at line 40 of file GCOV.h.


Member Function Documentation


Member Data Documentation

Definition at line 44 of file GCOV.h.

Referenced by llvm::FileInfo::print().

Definition at line 46 of file GCOV.h.

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 50 of file GCOV.h.

Definition at line 51 of file GCOV.h.

Definition at line 57 of file Instrumentation.h.

Referenced by getDefault().

Definition at line 48 of file GCOV.h.

Definition at line 49 of file GCOV.h.

Referenced by llvm::FileInfo::print().

Definition at line 54 of file Instrumentation.h.

Referenced by getDefault().

Definition at line 50 of file Instrumentation.h.

Referenced by getDefault().


The documentation for this struct was generated from the following files: