LLVM: llvm::GCOVOptions Struct Reference (original) (raw)
#include "[llvm/Transforms/Utils/Instrumentation.h](Instrumentation%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| bool | EmitNotes |
| bool | EmitData |
| char | Version [4] |
| bool | NoRedZone |
| bool | Atomic = false |
| std::string | Filter |
| std::string | Exclude |
Definition at line 64 of file Instrumentation.h.
◆ getDefault()
◆ Atomic
bool llvm::GCOVOptions::Atomic = false
◆ EmitData
bool llvm::GCOVOptions::EmitData
◆ EmitNotes
bool llvm::GCOVOptions::EmitNotes
◆ Exclude
std::string llvm::GCOVOptions::Exclude
◆ Filter
std::string llvm::GCOVOptions::Filter
◆ NoRedZone
bool llvm::GCOVOptions::NoRedZone
◆ Version
char llvm::GCOVOptions::Version[4]
The documentation for this struct was generated from the following files:
- include/llvm/Transforms/Utils/Instrumentation.h
- lib/Transforms/Instrumentation/GCOVProfiling.cpp