LLVM 19.0.0git
Public Attributes | List of all members
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 109 of file StandardInstrumentations.h.

Member Data Documentation

◆ Indent

bool llvm::PrintPassOptions::Indent = false

Indent based on hierarchy.

Definition at line 115 of file StandardInstrumentations.h.

◆ SkipAnalyses

bool llvm::PrintPassOptions::SkipAnalyses = false

Don't print information for analyses.

Definition at line 113 of file StandardInstrumentations.h.

Referenced by llvm::PrintPassInstrumentation::registerCallbacks().

◆ Verbose

bool llvm::PrintPassOptions::Verbose = false

Print adaptors and pass managers.

Definition at line 111 of file StandardInstrumentations.h.

Referenced by llvm::PrintPassInstrumentation::registerCallbacks().


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