LLVM 17.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 86 of file StandardInstrumentations.h.
bool llvm::PrintPassOptions::Indent = false |
Indent based on hierarchy.
Definition at line 92 of file StandardInstrumentations.h.
bool llvm::PrintPassOptions::SkipAnalyses = false |
Don't print information for analyses.
Definition at line 90 of file StandardInstrumentations.h.
Referenced by llvm::PrintPassInstrumentation::registerCallbacks().
bool llvm::PrintPassOptions::Verbose = false |
Print adaptors and pass managers.
Definition at line 88 of file StandardInstrumentations.h.
Referenced by llvm::PrintPassInstrumentation::registerCallbacks().