Options that control Hardware AddressSanitizer instrumentation.

Synopsis

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

struct HWAddressSanitizerOptions;

Member Functions

Name

Description

HWAddressSanitizerOptions [constructor]

Constructors

Data Members

Name

Description

CompileKernel

Instrument for KernelHWAddressSanitizer instead of user‐space HWASan.

DisableOptimization

Disable optimizations that interfere with HWASan instrumentation.

Recover

Continue after detecting an error instead of terminating.

Created with MrDocs