LLVM: llvm::GCOV::Options Struct Reference (original) (raw)

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

#include "[llvm/ProfileData/GCOV.h](GCOV%5F8h%5Fsource.html)"

Public Member Functions
Public Attributes
bool AllBlocks
bool BranchInfo
bool BranchCount
bool FuncCoverage
bool PreservePaths
bool UncondBranch
bool Intermediate
bool LongFileNames
bool Demangle
bool NoOutput
bool RelativeOnly
bool UseStdout
bool HashFilenames
std::string SourcePrefix

A struct for passing gcov options between functions.

Definition at line 46 of file GCOV.h.

llvm::GCOV::Options::Options ( bool A, bool B, bool C, bool F, bool P, bool U, bool I, bool L, bool M, bool N, bool R, bool T, bool X, std::string SourcePrefix ) inline

Definition at line 47 of file GCOV.h.

References A(), AllBlocks, B(), BranchCount, BranchInfo, llvm::CallingConv::C, Demangle, F, FuncCoverage, HashFilenames, I, Intermediate, LongFileNames, llvm::move(), N, NoOutput, P, PreservePaths, RelativeOnly, SourcePrefix, T, UncondBranch, UseStdout, and X.

AllBlocks

bool llvm::GCOV::Options::AllBlocks

BranchCount

bool llvm::GCOV::Options::BranchCount

BranchInfo

bool llvm::GCOV::Options::BranchInfo

Demangle

bool llvm::GCOV::Options::Demangle

FuncCoverage

bool llvm::GCOV::Options::FuncCoverage

HashFilenames

bool llvm::GCOV::Options::HashFilenames

Intermediate

bool llvm::GCOV::Options::Intermediate

LongFileNames

bool llvm::GCOV::Options::LongFileNames

NoOutput

bool llvm::GCOV::Options::NoOutput

PreservePaths

bool llvm::GCOV::Options::PreservePaths

RelativeOnly

bool llvm::GCOV::Options::RelativeOnly

SourcePrefix

std::string llvm::GCOV::Options::SourcePrefix

UncondBranch

bool llvm::GCOV::Options::UncondBranch

UseStdout

bool llvm::GCOV::Options::UseStdout


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