LLVM 20.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 24 of file HWAddressSanitizer.h.
|
inline |
Definition at line 25 of file HWAddressSanitizer.h.
|
inline |
Definition at line 27 of file HWAddressSanitizer.h.
bool llvm::HWAddressSanitizerOptions::CompileKernel |
Definition at line 31 of file HWAddressSanitizer.h.
Referenced by llvm::HWAddressSanitizerPass::printPipeline(), and llvm::HWAddressSanitizerPass::run().
bool llvm::HWAddressSanitizerOptions::DisableOptimization |
Definition at line 33 of file HWAddressSanitizer.h.
Referenced by llvm::HWAddressSanitizerPass::run().
bool llvm::HWAddressSanitizerOptions::Recover |
Definition at line 32 of file HWAddressSanitizer.h.
Referenced by llvm::HWAddressSanitizerPass::printPipeline(), and llvm::HWAddressSanitizerPass::run().