Home
last modified time | relevance | path

Searched refs:getReturnProtectorNeeded (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DReturnProtectorLowering.cpp135 if (!MFI.getReturnProtectorNeeded()) in saveReturnProtectorRegister()
160 if (!MFI.getReturnProtectorNeeded()) in determineReturnProtectorRegister()
298 if (!MFI.getReturnProtectorNeeded()) in insertReturnProtectors()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp127 if (MFI.getReturnProtectorNeeded()) in estimateStackSize()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ReturnProtectorLowering.cpp103 if (!MFI.getReturnProtectorNeeded()) in saveReturnProtectorRegister()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h377 bool getReturnProtectorNeeded() const { return RPI.Needed; } in getReturnProtectorNeeded() function