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

  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 446 Instruction *StackAddr = CallInst::Create(StackAddrFn, "sp");
447 StackAddr->insertAfter(&I);
448 Instruction *StoreStackAddr = new StoreInst(StackAddr, StackPtr, true);
449 StoreStackAddr->insertAfter(StackAddr);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SjLjEHPrepare.cpp 699 Instruction *StackAddr = CallInst::Create(StackAddrFn, "sp");
700 StackAddr->insertAfter(AI);
701 Instruction *StoreStackAddr = new StoreInst(StackAddr, StackPtr, true);
702 StoreStackAddr->insertAfter(StackAddr);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 617 milliseconds