Searched refs:getStackProtectorIndex (Results 1 – 3 of 3) sorted by relevance
163 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()
605 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()
259 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function