Options that control AddressSanitizer instrumentation.
Synopsis
Declared in <llvm/Transforms/Instrumentation/AddressSanitizer.h>
struct AddressSanitizerOptions;
Data Members
Name |
Description |
Instrument for KernelAddressSanitizer instead of user‐space ASan. |
|
Guard against compiler/runtime version mismatch. |
|
Use callbacks instead of inline checks when a function has more than this many memory accesses (‐1 means never use callbacks). |
|
Inline shadow poisoning for blocks up to this size in bytes. |
|
Continue after detecting an error instead of terminating. |
|
Mode for detecting stack‐use‐after‐return bugs. |
|
Detect stack‐use‐after‐scope bugs. |
Created with MrDocs