|
LLVM
4.0.0
|
A struct for passing gcov options between functions. More...
#include <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::AllBlocks |
Definition at line 50 of file GCOV.h.
Referenced by llvm::FileInfo::print().
| bool llvm::GCOV::Options::BranchInfo |
Definition at line 51 of file GCOV.h.
Referenced by llvm::FileInfo::print().
| bool llvm::GCOV::Options::FuncCoverage |
Definition at line 53 of file GCOV.h.
Referenced by llvm::FileInfo::print().
| bool llvm::GCOV::Options::UncondBranch |
Definition at line 55 of file GCOV.h.
Referenced by llvm::FileInfo::print().
1.8.6