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

  /external/llvm/lib/CodeGen/
StackProtector.cpp 1 //===-- StackProtector.cpp - Stack Protector Insertion --------------------===//
44 class StackProtector : public FunctionPass {
93 StackProtector() : FunctionPass(ID), TM(0), TLI(0), SSPBufferSize(0) {
96 StackProtector(const TargetMachine *TM)
110 char StackProtector::ID = 0;
111 INITIALIZE_PASS(StackProtector, "stack-protector",
115 return new StackProtector(TM);
118 bool StackProtector::runOnFunction(Function &Fn) {
139 bool StackProtector::ContainsProtectableArray(Type *Ty, bool Strong,
171 bool StackProtector::HasAddressTaken(const Instruction *AI)
    [all...]
Android.mk 100 StackProtector.cpp \

Completed in 516 milliseconds