HomeSort by relevance Sort by last modified time
    Searched refs:stacksave (Results 1 - 13 of 13) 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 113 StackAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::stacksave);
  /external/llvm/lib/Target/X86/
X86WinEHState.cpp 265 // SavedESP = llvm.stacksave()
267 Intrinsic::getDeclaration(TheModule, Intrinsic::stacksave), {});
282 // SavedESP = llvm.stacksave()
284 Intrinsic::getDeclaration(TheModule, Intrinsic::stacksave), {});
  /external/llvm/lib/Analysis/
ObjCARCInstKind.cpp 180 case Intrinsic::stacksave:
  /external/pcre/dist/
pcre_exec.c 602 #define stacksave frame->Xstacksave macro
656 int stacksave[REC_STACK_SAVE_MAX];
6280 #undef stacksave macro
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
SafeStack.cpp 642 // Now go through the instructions again, replacing stacksave/stackrestore.
649 if (II->getIntrinsicID() == Intrinsic::stacksave) {
  /external/llvm/lib/Transforms/Utils/
Local.cpp 314 // Safe to delete llvm.stacksave if dead.
315 if (II->getIntrinsicID() == Intrinsic::stacksave)
    [all...]
InlineFunction.cpp     [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 739 milliseconds