Searched refs:getStackProtectorIndex (Results 1 – 5 of 5) sorted by relevance
197 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()
609 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()
288 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
168 unsigned StackProbeSize = (MFI->getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
1812 int FI = MFI->getStackProtectorIndex(); in visitSPDescriptorParent()