Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackColoring.cpp937 = MFI->getObjectSSPLayout(SI.first); in remapInstructions()
938 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions()
H A DLocalStackSlotAllocation.cpp226 switch (MFI.getObjectSSPLayout(i)) { in calculateFrameObjectOffsets()
H A DPrologEpilogInserter.cpp878 switch (MFI.getObjectSSPLayout(i)) { in calculateFrameObjectOffsets()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h529 SSPLayoutKind getObjectSSPLayout(int ObjectIdx) const { in getObjectSSPLayout() function