Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 DMIRPrinter.cpp482 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h367 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp147 DstMFI.setStackProtectorIndex(SrcMFI.getStackProtectorIndex()); in cloneFrameInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1039 int SSPIdx = MFI.getStackProtectorIndex(); in emitExceptHandlerTable()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp587 unsigned StackProbeSize = (MFI.getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3273 StackProtectorFI = MFI.getStackProtectorIndex(); in determineSVEStackObjectOffsets()
H A DAArch64ISelLowering.cpp22741 MFI.setStackID(MFI.getStackProtectorIndex(), in finalizeLowering()
22743 MFI.setObjectAlignment(MFI.getStackProtectorIndex(), Align(16)); in finalizeLowering()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3237 int FI = MFI.getStackProtectorIndex(); in emitSPDescriptorParent()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2715 int FI = MFI.getStackProtectorIndex(); in visitSPDescriptorParent()