Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp72 else if (Idx == MFI.getStackProtectorIndex()) in SlotData()
180 << MFI.getStackProtectorIndex() << "\n"); in emitStackFrameLayoutRemarks()
H A DLocalStackSlotAllocation.cpp199 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
256 if (MFI.getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
362 FrameIdx == MFI.getStackProtectorIndex()) in insertFrameReferenceRegisters()
H A DPrologEpilogInserter.cpp982 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
997 assert(!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex()) && in calculateFrameObjectOffsets()
1003 } else if (!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex())) { in calculateFrameObjectOffsets()
1070 if (MFI.getStackProtectorIndex() == (int)i || EHRegNodeFrameIndex == (int)i) in calculateFrameObjectOffsets()
1099 MFI.getStackProtectorIndex() < 0 && TFI.enableStackSlotScavenging(MF)) in calculateFrameObjectOffsets()
H A DMIRPrinter.cpp500 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h358 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1043 int SSPIdx = MFI.getStackProtectorIndex(); in emitExceptHandlerTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp586 unsigned StackProbeSize = (MFI.getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3571 StackProtectorFI = MFI.getStackProtectorIndex(); in determineSVEStackObjectOffsets()
H A DAArch64ISelLowering.cpp25539 MFI.setStackID(MFI.getStackProtectorIndex(), in finalizeLowering()
25541 MFI.setObjectAlignment(MFI.getStackProtectorIndex(), Align(16)); in finalizeLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3490 int FI = MFI.getStackProtectorIndex(); in emitSPDescriptorParent()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2896 int FI = MFI.getStackProtectorIndex(); in visitSPDescriptorParent()