LLVM 22.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 |
|
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.
bool llvm::GCOV::Options::BranchCount |
bool llvm::GCOV::Options::FuncCoverage |
bool llvm::GCOV::Options::HashFilenames |
bool llvm::GCOV::Options::Intermediate |
bool llvm::GCOV::Options::LongFileNames |
bool llvm::GCOV::Options::PreservePaths |
bool llvm::GCOV::Options::RelativeOnly |
std::string llvm::GCOV::Options::SourcePrefix |
bool llvm::GCOV::Options::UncondBranch |