LLVM 19.0.0git
Public Attributes | List of all members
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 23 of file AddressSanitizer.h.

Member Data Documentation

◆ CompileKernel

bool llvm::AddressSanitizerOptions::CompileKernel = false

◆ InsertVersionCheck

bool llvm::AddressSanitizerOptions::InsertVersionCheck = true

Definition at line 31 of file AddressSanitizer.h.

Referenced by llvm::AddressSanitizerPass::run().

◆ InstrumentationWithCallsThreshold

int llvm::AddressSanitizerOptions::InstrumentationWithCallsThreshold = 7000

Definition at line 29 of file AddressSanitizer.h.

Referenced by llvm::AddressSanitizerPass::run().

◆ MaxInlinePoisoningSize

uint32_t llvm::AddressSanitizerOptions::MaxInlinePoisoningSize = 64

Definition at line 30 of file AddressSanitizer.h.

Referenced by llvm::AddressSanitizerPass::run().

◆ Recover

bool llvm::AddressSanitizerOptions::Recover = false

Definition at line 25 of file AddressSanitizer.h.

Referenced by llvm::AddressSanitizerPass::run().

◆ 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 27 of file AddressSanitizer.h.

Referenced by llvm::AddressSanitizerPass::run().

◆ UseAfterScope

bool llvm::AddressSanitizerOptions::UseAfterScope = false

Definition at line 26 of file AddressSanitizer.h.

Referenced by llvm::AddressSanitizerPass::run().


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