Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp218 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
275 if (MFI.getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
381 FrameIdx == MFI.getStackProtectorIndex()) in insertFrameReferenceRegisters()
H A DStackFrameLayoutAnalysisPass.cpp82 Idx == MFI.getStackProtectorIndex()) in SlotData()
222 << MFI.getStackProtectorIndex() << "\n"); in emitStackFrameLayoutRemarks()
H A DPrologEpilogInserter.cpp969 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
984 assert(!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex()) && in calculateFrameObjectOffsets()
990 } else if (!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex())) { in calculateFrameObjectOffsets()
1057 if (MFI.getStackProtectorIndex() == (int)i || EHRegNodeFrameIndex == (int)i) in calculateFrameObjectOffsets()
1086 MFI.getStackProtectorIndex() < 0 && TFI.enableStackSlotScavenging(MF)) in calculateFrameObjectOffsets()
H A DMIRPrinter.cpp503 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h360 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1043 int SSPIdx = MFI.getStackProtectorIndex(); in emitExceptHandlerTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp588 unsigned StackProbeSize = (MFI.getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3690 int FI = MFI.getStackProtectorIndex(); in emitSPDescriptorParent()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4057 StackProtectorFI = MFI.getStackProtectorIndex(); in determineSVEStackObjectOffsets()
H A DAArch64ISelLowering.cpp26989 MFI.setStackID(MFI.getStackProtectorIndex(), in finalizeLowering()
26991 MFI.setObjectAlignment(MFI.getStackProtectorIndex(), Align(16)); in finalizeLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3089 int FI = MFI.getStackProtectorIndex(); in visitSPDescriptorParent()