LLVM: llvm::LLVMPassBuilderOptions Class Reference (original) (raw)

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

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

Member Data Documentation

AAPipeline

const char* llvm::LLVMPassBuilderOptions::AAPipeline

DebugLogging

bool llvm::LLVMPassBuilderOptions::DebugLogging

PTO

VerifyEach

bool llvm::LLVMPassBuilderOptions::VerifyEach


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