Home
last modified time | relevance | path

Searched refs:getStackProtectorIndex (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp163 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets()
164 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), Offset, in calculateFrameObjectOffsets()
171 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
186 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
DPrologEpilogInserter.cpp605 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets()
606 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown, in calculateFrameObjectOffsets()
620 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
642 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h259 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function