LLVM 18.0.0git
|
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 |
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.
|
inlineexplicit |
Definition at line 28 of file PassBuilderBindings.cpp.
bool llvm::LLVMPassBuilderOptions::DebugLogging |
Definition at line 33 of file PassBuilderBindings.cpp.
PipelineTuningOptions llvm::LLVMPassBuilderOptions::PTO |
Definition at line 35 of file PassBuilderBindings.cpp.
bool llvm::LLVMPassBuilderOptions::VerifyEach |
Definition at line 34 of file PassBuilderBindings.cpp.