Home
last modified time | relevance | path

Searched refs:getStackProtectorIndex (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp204 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
255 if (MFI.getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
360 FrameIdx == MFI.getStackProtectorIndex()) in insertFrameReferenceRegisters()
DPrologEpilogInserter.cpp932 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
944 else if (!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex())) in calculateFrameObjectOffsets()
1010 if (MFI.getStackProtectorIndex() == (int)i || EHRegNodeFrameIndex == (int)i) in calculateFrameObjectOffsets()
1039 MFI.getStackProtectorIndex() < 0 && TFI.enableStackSlotScavenging(MF)) in calculateFrameObjectOffsets()
DMIRPrinter.cpp447 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h353 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp1016 int SSPIdx = MFI.getStackProtectorIndex(); in emitExceptHandlerTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp218 unsigned StackProbeSize = (MFI.getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2542 int FI = MFI.getStackProtectorIndex(); in visitSPDescriptorParent()