HomeSort by relevance Sort by last modified time
    Searched defs:SafeStack (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
SafeStack.cpp 1 //===-- SafeStack.cpp - Safe Stack Insertion ------------------------------===//
14 // http://clang.llvm.org/docs/SafeStack.html
51 using namespace llvm::safestack;
53 #define DEBUG_TYPE "safestack"
101 /// The SafeStack pass splits the stack of each function into the safe
106 class SafeStack : public FunctionPass {
189 SafeStack(const TargetMachine *TM)
193 SafeStack() : SafeStack(nullptr) {}
211 }; // class SafeStack
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
SafeStack.cpp 1 //===- SafeStack.cpp - Safe Stack Insertion -------------------------------===//
14 // http://clang.llvm.org/docs/SafeStack.html
74 using namespace llvm::safestack;
96 SafeStackUsePointerAddress("safestack-use-pointer-address",
120 /// The SafeStack pass splits the stack of each function into the safe
125 class SafeStack {
207 SafeStack(Function &F, const TargetLoweringBase &TL, const DataLayout &DL,
220 uint64_t SafeStack::getStaticAllocaAllocationSize(const AllocaInst* AI) {
231 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize,
246 dbgs() << "[SafeStack] "
    [all...]

Completed in 258 milliseconds