llvm::MemorySanitizerOptions

Options that control MemorySanitizer instrumentation.

Synopsis

Declared in <llvm/Transforms/Instrumentation/MemorySanitizer.h>

struct MemorySanitizerOptions;

Member Functions

NameDescription
MemorySanitizerOptions [constructor]Constructors

Data Members

NameDescription
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).