Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp196 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets()
201 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), Offset, in calculateFrameObjectOffsets()
208 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
240 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
DPrologEpilogInserter.cpp560 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets()
565 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown, in calculateFrameObjectOffsets()
579 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
618 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h269 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp152 if (MFI->getStackProtectorIndex() > 0) in WindowsRequiresStackProbe()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1806 int FI = MFI->getStackProtectorIndex(); in visitSPDescriptorParent()