struct PrintPassOptions
Declaration
struct PrintPassOptions { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Passes/StandardInstrumentations.h:82
Member Variables
- public bool Verbose = false
- Print adaptors and pass managers.
- public bool SkipAnalyses = false
- Don't print information for analyses.
- public bool Indent = false
- Indent based on hierarchy.