Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp986 = MFI->getObjectSSPLayout(SI.first); in remapInstructions()
987 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions()
H A DLocalStackSlotAllocation.cpp224 switch (MFI.getObjectSSPLayout(i)) { in calculateFrameObjectOffsets()
H A DPrologEpilogInserter.cpp960 switch (MFI.getObjectSSPLayout(i)) { in calculateFrameObjectOffsets()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h534 SSPLayoutKind getObjectSSPLayout(int ObjectIdx) const { in getObjectSSPLayout() function