Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp217 if (MFI.hasStackProtectorIndex()) { in calculateFrameObjectOffsets()
378 if (MFI.hasStackProtectorIndex() && in insertFrameReferenceRegisters()
H A DStackFrameLayoutAnalysisPass.cpp82 else if (MFI.hasStackProtectorIndex() && in SlotData()
H A DMIRPrinter.cpp496 if (MFI.hasStackProtectorIndex()) { in convertStackObjects()
H A DPrologEpilogInserter.cpp970 if (MFI.hasStackProtectorIndex()) { in calculateFrameObjectOffsets()
H A DMachineVerifier.cpp4062 if (!MFI.hasStackProtectorIndex()) in verifyStackProtector()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h364 bool hasStackProtectorIndex() const { return StackProtectorIdx != -1; } in hasStackProtectorIndex() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1042 if (MFI.hasStackProtectorIndex()) { in emitExceptHandlerTable()
H A DCodeViewDebug.cpp1551 if (MFI.hasStackProtectorIndex()) { in beginFunctionImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1484 MFFrame.hasStackProtectorIndex(), SavedFPRMask != 0, in emitPPA1()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4402 if (MFI.hasStackProtectorIndex()) { in determineSVEStackObjectOffsets()
H A DAArch64ISelLowering.cpp28584 if (MFI.hasStackProtectorIndex()) { in finalizeLowering()