Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp197 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()
H A DPrologEpilogInserter.cpp561 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets()
566 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown, in calculateFrameObjectOffsets()
580 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
619 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h288 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp167 if (MFI->getStackProtectorIndex() > 0) in WindowsRequiresStackProbe()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1817 int FI = MFI->getStackProtectorIndex(); in visitSPDescriptorParent()