LLVM 22.0.0git
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 25 of file HWAddressSanitizer.h.

Constructor & Destructor Documentation

◆ HWAddressSanitizerOptions() [1/2]

llvm::HWAddressSanitizerOptions::HWAddressSanitizerOptions ( )
inline

Definition at line 26 of file HWAddressSanitizer.h.

References HWAddressSanitizerOptions().

Referenced by HWAddressSanitizerOptions().

◆ HWAddressSanitizerOptions() [2/2]

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

Definition at line 28 of file HWAddressSanitizer.h.

References CompileKernel, DisableOptimization, and Recover.

Member Data Documentation

◆ CompileKernel

bool llvm::HWAddressSanitizerOptions::CompileKernel

Definition at line 32 of file HWAddressSanitizer.h.

Referenced by HWAddressSanitizerOptions().

◆ DisableOptimization

bool llvm::HWAddressSanitizerOptions::DisableOptimization

Definition at line 34 of file HWAddressSanitizer.h.

Referenced by HWAddressSanitizerOptions().

◆ Recover

bool llvm::HWAddressSanitizerOptions::Recover

Definition at line 33 of file HWAddressSanitizer.h.

Referenced by HWAddressSanitizerOptions().


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