LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::ASanAccessInfo Struct Reference

#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
 

Detailed Description

Definition at line 58 of file AddressSanitizer.h.

Constructor & Destructor Documentation

◆ ASanAccessInfo() [1/2]

llvm::ASanAccessInfo::ASanAccessInfo ( int32_t  Packed)
explicit

Definition at line 615 of file AddressSanitizer.cpp.

◆ ASanAccessInfo() [2/2]

llvm::ASanAccessInfo::ASanAccessInfo ( bool  IsWrite,
bool  CompileKernel,
uint8_t  AccessSizeIndex 
)

Definition at line 621 of file AddressSanitizer.cpp.

Member Data Documentation

◆ AccessSizeIndex

const uint8_t llvm::ASanAccessInfo::AccessSizeIndex

Definition at line 60 of file AddressSanitizer.h.

◆ CompileKernel

const bool llvm::ASanAccessInfo::CompileKernel

Definition at line 62 of file AddressSanitizer.h.

◆ IsWrite

const bool llvm::ASanAccessInfo::IsWrite

Definition at line 61 of file AddressSanitizer.h.

◆ Packed

const int32_t llvm::ASanAccessInfo::Packed

Definition at line 59 of file AddressSanitizer.h.


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