A struct for passing gcov options between functions.More...
#include "llvm/ProfileData/GCOV.h"
Public Member Functions |
| Options (boolA,boolB,boolC,boolF,boolP,bool U,boolI,bool L,bool M,boolN,bool R,boolT,boolX, std::stringSourcePrefix) |
|
Detailed Description
A struct for passing gcov options between functions.
Definition at line45 of fileGCOV.h.
Constructor & Destructor Documentation
◆ Options()
llvm::GCOV::Options::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 | | ) | | |
| inline |
Member Data Documentation
◆ AllBlocks
bool llvm::GCOV::Options::AllBlocks |
◆ BranchCount
bool llvm::GCOV::Options::BranchCount |
◆ BranchInfo
bool llvm::GCOV::Options::BranchInfo |
◆ Demangle
bool llvm::GCOV::Options::Demangle |
◆ FuncCoverage
bool llvm::GCOV::Options::FuncCoverage |
◆ HashFilenames
bool llvm::GCOV::Options::HashFilenames |
◆ Intermediate
bool llvm::GCOV::Options::Intermediate |
◆ LongFileNames
bool llvm::GCOV::Options::LongFileNames |
◆ NoOutput
bool llvm::GCOV::Options::NoOutput |
◆ PreservePaths
bool llvm::GCOV::Options::PreservePaths |
◆ RelativeOnly
bool llvm::GCOV::Options::RelativeOnly |
◆ SourcePrefix
std::string llvm::GCOV::Options::SourcePrefix |
◆ UncondBranch
bool llvm::GCOV::Options::UncondBranch |
◆ UseStdout
bool llvm::GCOV::Options::UseStdout |
The documentation for this struct was generated from the following file:
- include/llvm/ProfileData/GCOV.h