LLVM 22.0.0git
llvm::PrintPassOptions Struct Reference

#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.

Detailed Description

Definition at line 124 of file StandardInstrumentations.h.

Member Data Documentation

◆ Indent

bool llvm::PrintPassOptions::Indent = false

Indent based on hierarchy.

Definition at line 130 of file StandardInstrumentations.h.

◆ SkipAnalyses

bool llvm::PrintPassOptions::SkipAnalyses = false

Don't print information for analyses.

Definition at line 128 of file StandardInstrumentations.h.

◆ Verbose

bool llvm::PrintPassOptions::Verbose = false

Print adaptors and pass managers.

Definition at line 126 of file StandardInstrumentations.h.


The documentation for this struct was generated from the following file: