Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp164 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()
DPrologEpilogInserter.cpp599 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()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h244 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function