LLVM 22.0.0git
llvm::AddressSanitizerOptions Struct Reference

#include "llvm/Transforms/Instrumentation/AddressSanitizer.h"

Public Attributes

bool CompileKernel = false
bool Recover = false
bool UseAfterScope = false
AsanDetectStackUseAfterReturnMode UseAfterReturn
int InstrumentationWithCallsThreshold = 7000
uint32_t MaxInlinePoisoningSize = 64
bool InsertVersionCheck = true

Detailed Description

Definition at line 24 of file AddressSanitizer.h.

Member Data Documentation

◆ CompileKernel

bool llvm::AddressSanitizerOptions::CompileKernel = false

Definition at line 25 of file AddressSanitizer.h.

◆ InsertVersionCheck

bool llvm::AddressSanitizerOptions::InsertVersionCheck = true

Definition at line 32 of file AddressSanitizer.h.

◆ InstrumentationWithCallsThreshold

int llvm::AddressSanitizerOptions::InstrumentationWithCallsThreshold = 7000

Definition at line 30 of file AddressSanitizer.h.

◆ MaxInlinePoisoningSize

uint32_t llvm::AddressSanitizerOptions::MaxInlinePoisoningSize = 64

Definition at line 31 of file AddressSanitizer.h.

◆ Recover

bool llvm::AddressSanitizerOptions::Recover = false

Definition at line 26 of file AddressSanitizer.h.

◆ UseAfterReturn

AsanDetectStackUseAfterReturnMode llvm::AddressSanitizerOptions::UseAfterReturn
Initial value:
=
@ Runtime
Detect stack use after return if not disabled runtime with (ASAN_OPTIONS=detect_stack_use_after_retur...

Definition at line 28 of file AddressSanitizer.h.

◆ UseAfterScope

bool llvm::AddressSanitizerOptions::UseAfterScope = false

Definition at line 27 of file AddressSanitizer.h.


The documentation for this struct was generated from the following file: