Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp197 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()
H A DPrologEpilogInserter.cpp826 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()
H A DMIRPrinter.cpp360 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp199 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
256 if (MFI.getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
362 FrameIdx == MFI.getStackProtectorIndex()) in insertFrameReferenceRegisters()
H A DStackFrameLayoutAnalysisPass.cpp72 else if (Idx == MFI.getStackProtectorIndex()) in SlotData()
180 << MFI.getStackProtectorIndex() << "\n"); in emitStackFrameLayoutRemarks()
H A DPrologEpilogInserter.cpp971 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
986 assert(!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex()) && in calculateFrameObjectOffsets()
992 } else if (!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex())) { in calculateFrameObjectOffsets()
1059 if (MFI.getStackProtectorIndex() == (int)i || EHRegNodeFrameIndex == (int)i) in calculateFrameObjectOffsets()
1088 MFI.getStackProtectorIndex() < 0 && TFI.enableStackSlotScavenging(MF)) in calculateFrameObjectOffsets()
H A DMIRPrinter.cpp482 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp204 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
255 if (MFI.getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
360 FrameIdx == MFI.getStackProtectorIndex()) in insertFrameReferenceRegisters()
H A 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()
H A DMIRPrinter.cpp447 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h296 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h358 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DMachineFrameInfo.h358 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMachineFrameInfo.h358 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h353 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DMachineFrameInfo.h358 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DMachineFrameInfo.h358 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp973 int SSPIdx = MFI->getStackProtectorIndex(); in emitExceptHandlerTable()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1039 int SSPIdx = MFI.getStackProtectorIndex(); in emitExceptHandlerTable()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1016 int SSPIdx = MFI.getStackProtectorIndex(); in emitExceptHandlerTable()
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp174 unsigned StackProbeSize = (MFI->getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp218 unsigned StackProbeSize = (MFI.getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp559 unsigned StackProbeSize = (MFI.getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3268 StackProtectorFI = MFI.getStackProtectorIndex(); in determineSVEStackObjectOffsets()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3237 int FI = MFI.getStackProtectorIndex(); in emitSPDescriptorParent()

12