LLVM 22.0.0git
ASanStackFrameLayout.h File Reference

Go to the source code of this file.

Classes

struct  llvm::ASanStackVariableDescription
struct  llvm::ASanStackFrameLayout

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Functions

LLVM_ABI ASanStackFrameLayout llvm::ComputeASanStackFrameLayout (SmallVectorImpl< ASanStackVariableDescription > &Vars, uint64_t Granularity, uint64_t MinHeaderSize)
LLVM_ABI SmallString< 64 > llvm::ComputeASanStackFrameDescription (const SmallVectorImpl< ASanStackVariableDescription > &Vars)
LLVM_ABI SmallVector< uint8_t, 64 > llvm::GetShadowBytes (const SmallVectorImpl< ASanStackVariableDescription > &Vars, const ASanStackFrameLayout &Layout)
LLVM_ABI SmallVector< uint8_t, 64 > llvm::GetShadowBytesAfterScope (const SmallVectorImpl< ASanStackVariableDescription > &Vars, const ASanStackFrameLayout &Layout)

Variables

static const int llvm::kAsanStackLeftRedzoneMagic = 0xf1
static const int llvm::kAsanStackMidRedzoneMagic = 0xf2
static const int llvm::kAsanStackRightRedzoneMagic = 0xf3
static const int llvm::kAsanStackUseAfterReturnMagic = 0xf5
static const int llvm::kAsanStackUseAfterScopeMagic = 0xf8