Searched refs:getStackProtectorIndex (Results 1 – 3 of 3) sorted by relevance
164 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets()165 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), Offset, in calculateFrameObjectOffsets()172 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()187 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
599 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets()600 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown, in calculateFrameObjectOffsets()614 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()636 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
244 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function