Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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.cpp602 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets()
603 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown, in calculateFrameObjectOffsets()
617 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
639 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
/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.cpp826 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets()
831 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown, in calculateFrameObjectOffsets()
845 if (MFI->getStackProtectorIndex() == (int)i || in calculateFrameObjectOffsets()
887 if (MFI->getStackProtectorIndex() == (int)i || in calculateFrameObjectOffsets()
914 MFI->getStackProtectorIndex() < 0 && TFI.enableStackSlotScavenging(Fn)) in calculateFrameObjectOffsets()
DMIRPrinter.cpp360 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h249 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h296 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp973 int SSPIdx = MFI->getStackProtectorIndex(); in emitExceptHandlerTable()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp174 unsigned StackProbeSize = (MFI->getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2038 int FI = MFI->getStackProtectorIndex(); in visitSPDescriptorParent()