LLVM 20.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 23 of file AddressSanitizer.h.
bool llvm::AddressSanitizerOptions::CompileKernel = false |
Definition at line 24 of file AddressSanitizer.h.
Referenced by llvm::AddressSanitizerPass::printPipeline(), and llvm::AddressSanitizerPass::run().
Definition at line 31 of file AddressSanitizer.h.
Referenced by llvm::AddressSanitizerPass::run().
int llvm::AddressSanitizerOptions::InstrumentationWithCallsThreshold = 7000 |
Definition at line 29 of file AddressSanitizer.h.
Referenced by llvm::AddressSanitizerPass::run().
uint32_t llvm::AddressSanitizerOptions::MaxInlinePoisoningSize = 64 |
Definition at line 30 of file AddressSanitizer.h.
Referenced by llvm::AddressSanitizerPass::run().
bool llvm::AddressSanitizerOptions::Recover = false |
Definition at line 25 of file AddressSanitizer.h.
Referenced by llvm::AddressSanitizerPass::run().
AsanDetectStackUseAfterReturnMode llvm::AddressSanitizerOptions::UseAfterReturn |
Definition at line 27 of file AddressSanitizer.h.
Referenced by llvm::AddressSanitizerPass::run().
bool llvm::AddressSanitizerOptions::UseAfterScope = false |
Definition at line 26 of file AddressSanitizer.h.
Referenced by llvm::AddressSanitizerPass::run().