LLVM 22.0.0git
|
#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 |
Definition at line 25 of file HWAddressSanitizer.h.
|
inline |
Definition at line 26 of file HWAddressSanitizer.h.
References HWAddressSanitizerOptions().
Referenced by HWAddressSanitizerOptions().
|
inline |
Definition at line 28 of file HWAddressSanitizer.h.
References CompileKernel, DisableOptimization, and Recover.
bool llvm::HWAddressSanitizerOptions::CompileKernel |
Definition at line 32 of file HWAddressSanitizer.h.
Referenced by HWAddressSanitizerOptions().
bool llvm::HWAddressSanitizerOptions::DisableOptimization |
Definition at line 34 of file HWAddressSanitizer.h.
Referenced by HWAddressSanitizerOptions().
bool llvm::HWAddressSanitizerOptions::Recover |
Definition at line 33 of file HWAddressSanitizer.h.
Referenced by HWAddressSanitizerOptions().