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

  /external/llvm/lib/CodeGen/
StackProtector.cpp 1 //===-- StackProtector.cpp - Stack Protector Insertion --------------------===//
41 class StackProtector : public FunctionPass {
68 StackProtector() : FunctionPass(ID), TLI(0) {
71 StackProtector(const TargetLowering *tli)
84 char StackProtector::ID = 0;
85 INITIALIZE_PASS(StackProtector, "stack-protector",
89 return new StackProtector(tli);
92 bool StackProtector::runOnFunction(Function &Fn) {
106 bool StackProtector::RequiresStackProtector() const {
148 bool StackProtector::InsertStackProtectors()
    [all...]
Android.mk 89 StackProtector.cpp \
  /external/clang/include/clang/Basic/
LangOptions.h 150 unsigned StackProtector : 2; // Whether stack protectors are on.
198 AltiVec = OpenCL = CUDA = StackProtector = 0;
253 return static_cast<StackProtectorMode>(StackProtector);
256 StackProtector = static_cast<unsigned>(m);

Completed in 205 milliseconds