LLVM 22.0.0git
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.

References AAPipeline, DebugLogging, PTO, and VerifyEach.

Member Data Documentation

◆ AAPipeline

const char* llvm::LLVMPassBuilderOptions::AAPipeline

Definition at line 39 of file PassBuilderBindings.cpp.

Referenced by LLVMPassBuilderOptions().

◆ DebugLogging

bool llvm::LLVMPassBuilderOptions::DebugLogging

Definition at line 37 of file PassBuilderBindings.cpp.

Referenced by LLVMPassBuilderOptions().

◆ PTO

PipelineTuningOptions llvm::LLVMPassBuilderOptions::PTO

Definition at line 40 of file PassBuilderBindings.cpp.

Referenced by LLVMPassBuilderOptions().

◆ VerifyEach

bool llvm::LLVMPassBuilderOptions::VerifyEach

Definition at line 38 of file PassBuilderBindings.cpp.

Referenced by LLVMPassBuilderOptions().


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