Home
last modified time | relevance | path

Searched refs:SSPLayoutKind (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h110 enum SSPLayoutKind { enum
533 SSPLayoutKind getObjectSSPLayout(int ObjectIdx) const { in getObjectSSPLayout()
536 return (SSPLayoutKind)Objects[ObjectIdx+NumFixedObjects].SSPLayout; in getObjectSSPLayout()
539 void setObjectSSPLayout(int ObjectIdx, SSPLayoutKind Kind) { in setObjectSSPLayout()
DStackProtector.h41 MachineFrameInfo::SSPLayoutKind>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp936 MachineFrameInfo::SSPLayoutKind FromKind in remapInstructions()
938 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions()