Searched refs:getStackProtectorIndex (Results 1 – 7 of 7) 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()
662 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets()667 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown, in calculateFrameObjectOffsets()681 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()720 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
347 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
678 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets()683 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown, in calculateFrameObjectOffsets()697 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()736 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
299 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
177 unsigned StackProbeSize = (MFI->getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
1912 int FI = MFI->getStackProtectorIndex(); in visitSPDescriptorParent()