Options that control MemorySanitizer instrumentation.

Synopsis

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

struct MemorySanitizerOptions;

Member Functions

Name

Description

MemorySanitizerOptions [constructor]

Constructors

Data Members

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

Created with MrDocs