LLVM 20.0.0git
|
#include "llvm/Transforms/Instrumentation/AddressSanitizer.h"
Public Member Functions | |
ASanAccessInfo (int32_t Packed) | |
ASanAccessInfo (bool IsWrite, bool CompileKernel, uint8_t AccessSizeIndex) | |
Public Attributes | |
const int32_t | Packed |
const uint8_t | AccessSizeIndex |
const bool | IsWrite |
const bool | CompileKernel |
Definition at line 58 of file AddressSanitizer.h.
|
explicit |
Definition at line 615 of file AddressSanitizer.cpp.
Definition at line 621 of file AddressSanitizer.cpp.
const uint8_t llvm::ASanAccessInfo::AccessSizeIndex |
Definition at line 60 of file AddressSanitizer.h.
Definition at line 62 of file AddressSanitizer.h.
Definition at line 61 of file AddressSanitizer.h.
const int32_t llvm::ASanAccessInfo::Packed |
Definition at line 59 of file AddressSanitizer.h.