LLVM 20.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, const char *AAPipeline=nullptr, PipelineTuningOptions PTO=PipelineTuningOptions())
 

Public Attributes

bool DebugLogging
 
bool VerifyEach
 
const charAAPipeline
 
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 28 of file PassBuilderBindings.cpp.

Constructor & Destructor Documentation

◆ LLVMPassBuilderOptions()

llvm::LLVMPassBuilderOptions::LLVMPassBuilderOptions ( bool  DebugLogging = false,
bool  VerifyEach = false,
const char AAPipeline = nullptr,
PipelineTuningOptions  PTO = PipelineTuningOptions() 
)
inlineexplicit

Definition at line 30 of file PassBuilderBindings.cpp.

Member Data Documentation

◆ AAPipeline

const char* llvm::LLVMPassBuilderOptions::AAPipeline

Definition at line 39 of file PassBuilderBindings.cpp.

◆ DebugLogging

bool llvm::LLVMPassBuilderOptions::DebugLogging

Definition at line 37 of file PassBuilderBindings.cpp.

◆ PTO

PipelineTuningOptions llvm::LLVMPassBuilderOptions::PTO

Definition at line 40 of file PassBuilderBindings.cpp.

◆ VerifyEach

bool llvm::LLVMPassBuilderOptions::VerifyEach

Definition at line 38 of file PassBuilderBindings.cpp.


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