LLVM 22.0.0git
|
#include "llvm/Passes/StandardInstrumentations.h"
Public Attributes | |
bool | Verbose = false |
Print adaptors and pass managers. | |
bool | SkipAnalyses = false |
Don't print information for analyses. | |
bool | Indent = false |
Indent based on hierarchy. |
Definition at line 124 of file StandardInstrumentations.h.
bool llvm::PrintPassOptions::Indent = false |
Indent based on hierarchy.
Definition at line 130 of file StandardInstrumentations.h.
bool llvm::PrintPassOptions::SkipAnalyses = false |
Don't print information for analyses.
Definition at line 128 of file StandardInstrumentations.h.
bool llvm::PrintPassOptions::Verbose = false |
Print adaptors and pass managers.
Definition at line 126 of file StandardInstrumentations.h.