LLVM API Documentation

Namespaces | Functions | Variables
ASanStackFrameLayout.cpp File Reference
#include "llvm/Transforms/Utils/ASanStackFrameLayout.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
Include dependency graph for ASanStackFrameLayout.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Functions

static bool llvm::CompareVars (const ASanStackVariableDescription &a, const ASanStackVariableDescription &b)
static size_t llvm::RoundUpTo (size_t X, size_t RoundTo)
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