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:44
Member Variables
- public bool AllBlocks
- public bool BranchInfo
- public bool BranchCount
- public bool FuncCoverage
- public bool PreservePaths
- public bool UncondBranch
- public bool Intermediate
- public bool LongFileNames
- public bool Demangle
- public bool NoOutput
- public bool RelativeOnly
- public bool UseStdout
- public bool HashFilenames
- public std::string SourcePrefix
Method Overview
- public 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)
Methods
ΒΆ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)
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)
Declared at: llvm/include/llvm/ProfileData/GCOV.h:45
Parameters
- 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