struct MemorySanitizerOptions
Declaration
struct MemorySanitizerOptions { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h:21
Member Variables
- public bool Kernel
- public int TrackOrigins
- public bool Recover
Method Overview
- public MemorySanitizerOptions()
- public MemorySanitizerOptions(int TrackOrigins, bool Recover, bool Kernel)
Methods
¶MemorySanitizerOptions()
MemorySanitizerOptions()
Declared at: llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h:22
¶MemorySanitizerOptions(int TrackOrigins,
bool Recover,
bool Kernel)
MemorySanitizerOptions(int TrackOrigins,
bool Recover,
bool Kernel)
Declared at: llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h:23
Parameters
- int TrackOrigins
- bool Recover
- bool Kernel