Searched refs:getStackProtectorIndex (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 164 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets() 165 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), Offset, in calculateFrameObjectOffsets() 172 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets() 187 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
|
D | PrologEpilogInserter.cpp | 602 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets() 603 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown, in calculateFrameObjectOffsets() 617 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets() 639 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 203 if (MFI.getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets() 208 AdjustStackOffset(MFI, MFI.getStackProtectorIndex(), Offset, in calculateFrameObjectOffsets() 215 if (MFI.getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets() 247 if (MFI.getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
|
D | PrologEpilogInserter.cpp | 820 if (MFI.getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets() 825 AdjustStackOffset(MFI, MFI.getStackProtectorIndex(), StackGrowsDown, in calculateFrameObjectOffsets() 839 if (MFI.getStackProtectorIndex() == (int)i || in calculateFrameObjectOffsets() 880 if (MFI.getStackProtectorIndex() == (int)i || in calculateFrameObjectOffsets() 907 MFI.getStackProtectorIndex() < 0 && TFI.enableStackSlotScavenging(MF)) in calculateFrameObjectOffsets()
|
D | MIRPrinter.cpp | 429 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
|
/external/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 197 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets() 202 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), Offset, in calculateFrameObjectOffsets() 209 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets() 241 if (MFI->getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
|
D | PrologEpilogInserter.cpp | 826 if (MFI->getStackProtectorIndex() >= 0) { in calculateFrameObjectOffsets() 831 AdjustStackOffset(MFI, MFI->getStackProtectorIndex(), StackGrowsDown, in calculateFrameObjectOffsets() 845 if (MFI->getStackProtectorIndex() == (int)i || in calculateFrameObjectOffsets() 887 if (MFI->getStackProtectorIndex() == (int)i || in calculateFrameObjectOffsets() 914 MFI->getStackProtectorIndex() < 0 && TFI.enableStackSlotScavenging(Fn)) in calculateFrameObjectOffsets()
|
D | MIRPrinter.cpp | 360 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 249 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 296 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 333 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 990 int SSPIdx = MFI.getStackProtectorIndex(); in emitExceptHandlerTable()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 973 int SSPIdx = MFI->getStackProtectorIndex(); in emitExceptHandlerTable()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 174 unsigned StackProbeSize = (MFI->getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 219 unsigned StackProbeSize = (MFI.getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2038 int FI = MFI->getStackProtectorIndex(); in visitSPDescriptorParent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2220 int FI = MFI.getStackProtectorIndex(); in visitSPDescriptorParent()
|