LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::LLVMPassBuilderOptions Class Reference

Helper struct for holding a set of builder options for LLVMRunPasses. More...

Public Member Functions

 LLVMPassBuilderOptions (bool DebugLogging=false, bool VerifyEach=false, PipelineTuningOptions PTO=PipelineTuningOptions())
 

Public Attributes

bool DebugLogging
 
bool VerifyEach
 
PipelineTuningOptions PTO
 

Detailed Description

Helper struct for holding a set of builder options for LLVMRunPasses.

This structure is used to keep LLVMRunPasses backwards compatible with future versions in case we modify the options the new Pass Manager utilizes.

Definition at line 26 of file PassBuilderBindings.cpp.

Constructor & Destructor Documentation

◆ LLVMPassBuilderOptions()

llvm::LLVMPassBuilderOptions::LLVMPassBuilderOptions ( bool  DebugLogging = false,
bool  VerifyEach = false,
PipelineTuningOptions  PTO = PipelineTuningOptions() 
)
inlineexplicit

Definition at line 28 of file PassBuilderBindings.cpp.

Member Data Documentation

◆ DebugLogging

bool llvm::LLVMPassBuilderOptions::DebugLogging

Definition at line 33 of file PassBuilderBindings.cpp.

◆ PTO

PipelineTuningOptions llvm::LLVMPassBuilderOptions::PTO

Definition at line 35 of file PassBuilderBindings.cpp.

◆ VerifyEach

bool llvm::LLVMPassBuilderOptions::VerifyEach

Definition at line 34 of file PassBuilderBindings.cpp.


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