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

  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 415 case Intrinsic::stacksave:
419 << (Callee->getIntrinsicID() == Intrinsic::stacksave ?
422 if (Callee->getIntrinsicID() == Intrinsic::stacksave)
SjLjEHPrepare.cpp 114 StackAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::stacksave);
  /external/llvm/lib/Transforms/ObjCARC/
ARCInstKind.cpp 178 case Intrinsic::stacksave:
  /external/pcre/dist/
pcre_exec.c 602 #define stacksave frame->Xstacksave macro
656 int stacksave[REC_STACK_SAVE_MAX];
6268 #undef stacksave macro
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
Local.cpp 306 // Safe to delete llvm.stacksave if dead.
307 if (II->getIntrinsicID() == Intrinsic::stacksave)
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
CGCall.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 302 milliseconds