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