Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DStackProtector.h122 SSPLayoutKind getSSPLayout(const AllocaInst *AI) const;
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp212 switch (SP->getSSPLayout(MFI->getObjectAllocation(i))) { in calculateFrameObjectOffsets()
DStackProtector.cpp60 StackProtector::getSSPLayout(const AllocaInst *AI) const { in getSSPLayout() function in StackProtector
DPrologEpilogInserter.cpp684 switch (SP->getSSPLayout(MFI->getObjectAllocation(i))) { in calculateFrameObjectOffsets()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPEI.cpp700 switch (SP->getSSPLayout(MFI->getObjectAllocation(i))) { in calculateFrameObjectOffsets()