Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp199 if (MFI.hasStackProtectorIndex()) { in calculateFrameObjectOffsets()
359 if (MFI.hasStackProtectorIndex() && in insertFrameReferenceRegisters()
H A DMIRPrinter.cpp482 if (MFI.hasStackProtectorIndex()) { in convertStackObjects()
H A DPrologEpilogInserter.cpp933 if (MFI.hasStackProtectorIndex()) { in calculateFrameObjectOffsets()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h356 bool hasStackProtectorIndex() const { return StackProtectorIdx != -1; } in hasStackProtectorIndex() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1034 if (MFI.hasStackProtectorIndex()) { in emitExceptHandlerTable()
H A DCodeViewDebug.cpp1427 if (MFI.hasStackProtectorIndex()) in beginFunctionImpl()