|
LLVM
8.0.1
|
A struct for passing gcov options between functions. More...
#include "llvm/ProfileData/GCOV.h"

Public Member Functions | |
| Options (bool A, bool B, bool C, bool F, bool P, bool U, bool L, bool N) | |
Public Attributes | |
| bool | AllBlocks |
| bool | BranchInfo |
| bool | BranchCount |
| bool | FuncCoverage |
| bool | PreservePaths |
| bool | UncondBranch |
| bool | LongFileNames |
| bool | NoOutput |
| bool llvm::GCOV::Options::BranchCount |
Definition at line 54 of file GCOV.h.
Referenced by branchDiv().
1.8.13