Options that control Hardware AddressSanitizer instrumentation.
Synopsis
Declared in <llvm/Transforms/Instrumentation/HWAddressSanitizer.h>
struct HWAddressSanitizerOptions;
Member Functions
Name |
Description |
|
Constructors |
Data Members
Name |
Description |
Instrument for KernelHWAddressSanitizer instead of user‐space HWASan. |
|
Disable optimizations that interfere with HWASan instrumentation. |
|
Continue after detecting an error instead of terminating. |
Created with MrDocs