Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp204 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
255 if (MFI.getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
360 FrameIdx == MFI.getStackProtectorIndex()) in insertFrameReferenceRegisters()
H A DPrologEpilogInserter.cpp849 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
861 else if (!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex())) in calculateFrameObjectOffsets()
924 if (MFI.getStackProtectorIndex() == (int)i || EHRegNodeFrameIndex == (int)i) in calculateFrameObjectOffsets()
950 MFI.getStackProtectorIndex() < 0 && TFI.enableStackSlotScavenging(MF)) in calculateFrameObjectOffsets()
H A DMIRPrinter.cpp435 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h354 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1009 int SSPIdx = MFI.getStackProtectorIndex(); in emitExceptHandlerTable()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp218 unsigned StackProbeSize = (MFI.getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2247 int FI = MFI.getStackProtectorIndex(); in visitSPDescriptorParent()