Options that control MemorySanitizer instrumentation.
Synopsis
Declared in <llvm/Transforms/Instrumentation/MemorySanitizer.h>
struct MemorySanitizerOptions;
Member Functions
Name |
Description |
|
Constructors |
Data Members
Name |
Description |
Enable early checks on function arguments. |
|
Instrument for KernelMemorySanitizer instead of user‐space MSan. |
|
Continue after detecting an error instead of terminating. |
|
Origin‐tracking depth (0 disables tracking). |
Created with MrDocs