HomeSort by relevance Sort by last modified time
    Searched full:stackprotector (Results 1 - 21 of 21) sorted by null

  /external/llvm/include/llvm/CodeGen/
StackProtector.h 1 //===-- StackProtector.h - Stack Protector Insertion ----------------------===//
32 class StackProtector : public FunctionPass {
64 /// StackProtector analysis will update this map when determining if an
108 StackProtector()
112 StackProtector(const TargetMachine *TM)
  /external/llvm/lib/CodeGen/
StackProtector.cpp 1 //===-- StackProtector.cpp - Stack Protector Insertion --------------------===//
17 #include "llvm/CodeGen/StackProtector.h"
48 char StackProtector::ID = 0;
49 INITIALIZE_PASS(StackProtector, "stack-protector", "Insert stack protectors",
53 return new StackProtector(TM);
56 StackProtector::SSPLayoutKind
57 StackProtector::getSSPLayout(const AllocaInst *AI) const {
61 void StackProtector::adjustForColoring(const AllocaInst *From,
82 bool StackProtector::runOnFunction(Function &Fn) {
106 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge
    [all...]
LocalStackSlotAllocation.cpp 26 #include "llvm/CodeGen/StackProtector.h"
86 AU.addRequired<StackProtector>();
98 INITIALIZE_PASS_DEPENDENCY(StackProtector)
191 StackProtector *SP = &getAnalysis<StackProtector>();
212 case StackProtector::SSPLK_None:
214 case StackProtector::SSPLK_SmallArray:
217 case StackProtector::SSPLK_AddrOf:
220 case StackProtector::SSPLK_LargeArray:
CMakeLists.txt 102 StackProtector.cpp
PrologEpilogInserter.cpp 32 #include "llvm/CodeGen/StackProtector.h"
62 INITIALIZE_PASS_DEPENDENCY(StackProtector)
76 AU.addRequired<StackProtector>();
449 StackProtector *SP = &getAnalysis<StackProtector>();
583 case StackProtector::SSPLK_None:
585 case StackProtector::SSPLK_SmallArray:
588 case StackProtector::SSPLK_AddrOf:
591 case StackProtector::SSPLK_LargeArray:
    [all...]
Android.mk 106 StackProtector.cpp \
StackColoring.cpp 45 #include "llvm/CodeGen/StackProtector.h"
123 StackProtector *SP;
184 INITIALIZE_PASS_DEPENDENCY(StackProtector)
192 AU.addRequired<StackProtector>();
646 SP = &getAnalysis<StackProtector>();
  /external/clang/include/clang/Basic/
LangOptions.def 167 ENUM_LANGOPT(StackProtector, StackProtectorMode, 2, SSPOff,
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 191 case Intrinsic::stackprotector:
  /external/llvm/include/llvm/IR/
Intrinsics.td 280 // Stack Protector Intrinsic - The stackprotector intrinsic writes the stack
  /external/llvm/test/CodeGen/X86/
ssp-data-layout.ll 17 ; Intrinsic::stackprotector and as a result the stack re-arrangement code was
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /prebuilts/clang/linux-x86/host/3.4/bin/
llvm-as 
llvm-dis 
llvm-link 
  /prebuilts/clang/linux-x86/host/3.5/bin/
llvm-as 
llvm-link 
llvm-dis 
  /external/llvm/patches/
0004-Add-Android-makefiles-for-LLVM.patch 684 + StackProtector.cpp \
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 2426 milliseconds