Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp198 if (MFI.hasStackProtectorIndex()) { in calculateFrameObjectOffsets()
362 if (MFI.hasStackProtectorIndex() && in insertFrameReferenceRegisters()
H A DMIRPrinter.cpp478 if (MFI.hasStackProtectorIndex()) { in convertStackObjects()
H A DPrologEpilogInserter.cpp935 if (MFI.hasStackProtectorIndex()) { in calculateFrameObjectOffsets()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h359 bool hasStackProtectorIndex() const { return StackProtectorIdx != -1; } in hasStackProtectorIndex() function
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp127 if (SrcMFI.hasStackProtectorIndex()) { in cloneFrameInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1044 if (MFI.hasStackProtectorIndex()) { in emitExceptHandlerTable()
H A DCodeViewDebug.cpp1501 if (MFI.hasStackProtectorIndex()) in beginFunctionImpl()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1008 MFFrame.hasStackProtectorIndex(), SavedFPRMask != 0, in emitPPA1()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3248 if (MFI.hasStackProtectorIndex()) { in determineSVEStackObjectOffsets()
H A DAArch64ISelLowering.cpp20814 if (MFI.hasStackProtectorIndex()) { in finalizeLowering()