Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
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()
DPrologEpilogInserter.cpp662 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets()
667 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown, in calculateFrameObjectOffsets()
681 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
720 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
DMIRPrinter.cpp347 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPEI.cpp678 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets()
683 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown, in calculateFrameObjectOffsets()
697 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
736 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h299 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp177 unsigned StackProbeSize = (MFI->getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1912 int FI = MFI->getStackProtectorIndex(); in visitSPDescriptorParent()