Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp198 if (MFI.hasStackProtectorIndex()) { in calculateFrameObjectOffsets()
361 if (MFI.hasStackProtectorIndex() && in insertFrameReferenceRegisters()
H A DMIRPrinter.cpp497 if (MFI.hasStackProtectorIndex()) { in convertStackObjects()
H A DPrologEpilogInserter.cpp981 if (MFI.hasStackProtectorIndex()) { in calculateFrameObjectOffsets()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h360 bool hasStackProtectorIndex() const { return StackProtectorIdx != -1; } in hasStackProtectorIndex() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1040 if (MFI.hasStackProtectorIndex()) { in emitExceptHandlerTable()
H A DCodeViewDebug.cpp1537 if (MFI.hasStackProtectorIndex()) { in beginFunctionImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1329 MFFrame.hasStackProtectorIndex(), SavedFPRMask != 0, in emitPPA1()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3570 if (MFI.hasStackProtectorIndex()) { in determineSVEStackObjectOffsets()
H A DAArch64ISelLowering.cpp25535 if (MFI.hasStackProtectorIndex()) { in finalizeLowering()