LLVM 20.0.0git
|
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 I, bool L, bool M, bool N, bool R, bool T, bool X, std::string SourcePrefix) | |
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 |