Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp369 MFI->setObjectSSPLayout(FI, MachineFrameInfo::SSPLK_None); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h594 void setObjectSSPLayout(int ObjectIdx, SSPLayoutKind Kind) { in setObjectSSPLayout() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackProtector.cpp630 MFI.setObjectSSPLayout(I, LI->second); in copyToMachineFrameInfo()
H A DStackColoring.cpp992 MFI->setObjectSSPLayout(SI.second, FromKind); in remapInstructions()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp99 DstMFI.setObjectSSPLayout(FI, SrcMFI.getObjectSSPLayout(FI)); in cloneFrameInfo()