struct Options

Declaration

struct Options { /* full declaration omitted */ };

Description

A struct for passing gcov options between functions.

Declared at: llvm/include/llvm/ProfileData/GCOV.h:46

Member Variables

public bool AllBlocks
public bool BranchInfo
public bool BranchCount
public bool FuncCoverage
public bool PreservePaths
public bool UncondBranch
public bool LongFileNames
public bool NoOutput
public bool HashFilenames

Method Overview

  • public Options(bool A, bool B, bool C, bool F, bool P, bool U, bool L, bool N, bool X)

Methods

ΒΆOptions(bool A,
        bool B,
        bool C,
        bool F,
        bool P,
        bool U,
        bool L,
        bool N,
        bool X)

Declared at: llvm/include/llvm/ProfileData/GCOV.h:47

Parameters

bool A
bool B
bool C
bool F
bool P
bool U
bool L
bool N
bool X