LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::HWAddressSanitizerOptions Struct Reference

#include "llvm/Transforms/Instrumentation/HWAddressSanitizer.h"

Public Member Functions

 HWAddressSanitizerOptions ()
 
 HWAddressSanitizerOptions (bool CompileKernel, bool Recover, bool DisableOptimization)
 

Public Attributes

bool CompileKernel
 
bool Recover
 
bool DisableOptimization
 

Detailed Description

Definition at line 24 of file HWAddressSanitizer.h.

Constructor & Destructor Documentation

◆ HWAddressSanitizerOptions() [1/2]

llvm::HWAddressSanitizerOptions::HWAddressSanitizerOptions ( )
inline

Definition at line 25 of file HWAddressSanitizer.h.

◆ HWAddressSanitizerOptions() [2/2]

llvm::HWAddressSanitizerOptions::HWAddressSanitizerOptions ( bool  CompileKernel,
bool  Recover,
bool  DisableOptimization 
)
inline

Definition at line 27 of file HWAddressSanitizer.h.

Member Data Documentation

◆ CompileKernel

bool llvm::HWAddressSanitizerOptions::CompileKernel

◆ DisableOptimization

bool llvm::HWAddressSanitizerOptions::DisableOptimization

Definition at line 33 of file HWAddressSanitizer.h.

Referenced by llvm::HWAddressSanitizerPass::run().

◆ Recover

bool llvm::HWAddressSanitizerOptions::Recover

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