|
LLVM
3.7.0
|
#include "llvm/Transforms/Utils/ASanStackFrameLayout.h"#include "llvm/ADT/SmallString.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Support/MathExtras.h"#include <algorithm>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| static bool | llvm::CompareVars (const ASanStackVariableDescription &a, const ASanStackVariableDescription &b) |
| static size_t | llvm::VarAndRedzoneSize (size_t Size, size_t Alignment) |
| void | llvm::ComputeASanStackFrameLayout (SmallVectorImpl< ASanStackVariableDescription > &Vars, size_t Granularity, size_t MinHeaderSize, ASanStackFrameLayout *Layout) |
Variables | |
| static const size_t | llvm::kMinAlignment = 16 |
1.8.6