Options that control MemorySanitizer instrumentation.
Declared in <llvm/Transforms/Instrumentation/MemorySanitizer.h>
struct MemorySanitizerOptions;
| Name | Description |
|---|---|
MemorySanitizerOptions [constructor] | Constructors |
| Name | Description |
|---|---|
EagerChecks | Enable early checks on function arguments. |
Kernel | Instrument for KernelMemorySanitizer instead of user-space MSan. |
Recover | Continue after detecting an error instead of terminating. |
TrackOrigins | Origin-tracking depth (0 disables tracking). |