|
LLVM
8.0.1
|
#include "SafeStackLayout.h"#include "SafeStackColoring.h"#include "llvm/IR/Value.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Debug.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/raw_ostream.h"#include <algorithm>#include <cassert>
Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "safestacklayout" |
Functions | |
| static unsigned | AdjustStackOffset (unsigned Offset, unsigned Size, unsigned Alignment) |
Variables | |
| static cl::opt< bool > | ClLayout ("safe-stack-layout", cl::desc("enable safe stack layout"), cl::Hidden, cl::init(true)) |
| #define DEBUG_TYPE "safestacklayout" |
Definition at line 24 of file SafeStackLayout.cpp.
Definition at line 49 of file SafeStackLayout.cpp.
References llvm::alignTo(), llvm::SmallVectorTemplateCommon< T, typename >::back(), ClLayout, llvm::SmallVectorBase::empty(), and Size.
|
static |
Referenced by AdjustStackOffset().
1.8.13