Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp368 MFI->setObjectSSPLayout(FI, MachineFrameInfo::SSPLK_None); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h576 void setObjectSSPLayout(int ObjectIdx, SSPLayoutKind Kind) { in setObjectSSPLayout() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp101 MFI.setObjectSSPLayout(I, LI->second); in runOnFunction()
H A DStackColoring.cpp964 MFI->setObjectSSPLayout(SI.second, FromKind); in remapInstructions()