struct AddressSanitizerOptions

Declaration

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

Declared at: llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h:23

Member Variables

public bool CompileKernel = false
public bool Recover = false
public bool UseAfterScope = false
public llvm::AsanDetectStackUseAfterReturnMode UseAfterReturn = AsanDetectStackUseAfterReturnMode::Runtime