Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp197 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets()
202 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), Offset, in calculateFrameObjectOffsets()
209 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
241 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
DPrologEpilogInserter.cpp609 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets()
614 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown, in calculateFrameObjectOffsets()
628 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
667 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h288 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp168 unsigned StackProbeSize = (MFI->getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1812 int FI = MFI->getStackProtectorIndex(); in visitSPDescriptorParent()