struct MemorySanitizerOptions

Declaration

struct MemorySanitizerOptions { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h:25

Member Variables

public bool Kernel
public int TrackOrigins
public bool Recover
public bool EagerChecks

Method Overview

Methods

MemorySanitizerOptions()

Declared at: llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h:26

MemorySanitizerOptions(int TrackOrigins,
                       bool Recover,
                       bool Kernel)

Declared at: llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h:27

Parameters

int TrackOrigins
bool Recover
bool Kernel

MemorySanitizerOptions(int TrackOrigins,
                       bool Recover,
                       bool Kernel,
                       bool EagerChecks)

Declared at: llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h:29

Parameters

int TrackOrigins
bool Recover
bool Kernel
bool EagerChecks