LLVM 22.0.0git
|
#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 |
Definition at line 24 of file AddressSanitizer.h.
bool llvm::AddressSanitizerOptions::CompileKernel = false |
Definition at line 25 of file AddressSanitizer.h.
bool llvm::AddressSanitizerOptions::InsertVersionCheck = true |
Definition at line 32 of file AddressSanitizer.h.
int llvm::AddressSanitizerOptions::InstrumentationWithCallsThreshold = 7000 |
Definition at line 30 of file AddressSanitizer.h.
uint32_t llvm::AddressSanitizerOptions::MaxInlinePoisoningSize = 64 |
Definition at line 31 of file AddressSanitizer.h.
bool llvm::AddressSanitizerOptions::Recover = false |
Definition at line 26 of file AddressSanitizer.h.
AsanDetectStackUseAfterReturnMode llvm::AddressSanitizerOptions::UseAfterReturn |
Definition at line 28 of file AddressSanitizer.h.
bool llvm::AddressSanitizerOptions::UseAfterScope = false |
Definition at line 27 of file AddressSanitizer.h.