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

  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 160 if (MFI->getStackProtectorIndex() >= 0) {
161 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), Offset,
168 if (MFI->getStackProtectorIndex() == (int)i)
183 if (MFI->getStackProtectorIndex() == (int)i)
PrologEpilogInserter.cpp 585 if (MFI->getStackProtectorIndex() >= 0) {
586 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown,
600 if (MFI->getStackProtectorIndex() == (int)i)
622 if (MFI->getStackProtectorIndex() == (int)i)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 255 /// getStackProtectorIndex/setStackProtectorIndex - Return the index for the
258 int getStackProtectorIndex() const { return StackProtectorIdx; }

Completed in 1112 milliseconds