LLVM API Documentation


Go to the source code of this file.
Classes | |
| struct | llvm::ASanStackVariableDescription |
| struct | llvm::ASanStackFrameLayout |
Namespaces | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
Functions | |
| void | llvm::ComputeASanStackFrameLayout (SmallVectorImpl< ASanStackVariableDescription > &Vars, size_t Granularity, size_t MinHeaderSize, ASanStackFrameLayout *Layout) |
Variables | |
| static const int | llvm::kAsanStackLeftRedzoneMagic = 0xf1 |
| static const int | llvm::kAsanStackMidRedzoneMagic = 0xf2 |
| static const int | llvm::kAsanStackRightRedzoneMagic = 0xf3 |