Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp199 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
256 if (MFI.getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
363 FrameIdx == MFI.getStackProtectorIndex()) in insertFrameReferenceRegisters()
H A DPrologEpilogInserter.cpp936 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
951 assert(!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex()) && in calculateFrameObjectOffsets()
957 } else if (!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex())) { in calculateFrameObjectOffsets()
1024 if (MFI.getStackProtectorIndex() == (int)i || EHRegNodeFrameIndex == (int)i) in calculateFrameObjectOffsets()
1053 MFI.getStackProtectorIndex() < 0 && TFI.enableStackSlotScavenging(MF)) in calculateFrameObjectOffsets()
H A DMIRPrinter.cpp481 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h357 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp128 DstMFI.setStackProtectorIndex(SrcMFI.getStackProtectorIndex()); in cloneFrameInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1047 int SSPIdx = MFI.getStackProtectorIndex(); in emitExceptHandlerTable()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp559 unsigned StackProbeSize = (MFI.getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3249 StackProtectorFI = MFI.getStackProtectorIndex(); in determineSVEStackObjectOffsets()
H A DAArch64ISelLowering.cpp20818 MFI.setStackID(MFI.getStackProtectorIndex(), in finalizeLowering()
20820 MFI.setObjectAlignment(MFI.getStackProtectorIndex(), Align(16)); in finalizeLowering()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3212 int FI = MFI.getStackProtectorIndex(); in emitSPDescriptorParent()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2657 int FI = MFI.getStackProtectorIndex(); in visitSPDescriptorParent()