Searched refs:getStackProtectorIndex (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp72 else if (Idx == MFI.getStackProtectorIndex())
179 LLVM_DEBUG(dbgs() << "getStackProtectorIndex =="
180 << MFI.getStackProtectorIndex() << "\n");
H A DLocalStackSlotAllocation.cpp199 int StackProtectorFI = MFI.getStackProtectorIndex();
256 if (MFI.getStackProtectorIndex() == (int)i)
362 FrameIdx == MFI.getStackProtectorIndex())
H A DPrologEpilogInserter.cpp982 int StackProtectorFI = MFI.getStackProtectorIndex();
997 assert(!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex()) &&
1003 } else if (!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex())) {
1070 if (MFI.getStackProtectorIndex() == (int)i || EHRegNodeFrameIndex == (int)i)
1099 MFI.getStackProtectorIndex() < 0 && TFI.enableStackSlotScavenging(MF))
H A DMIRPrinter.cpp500 .printStackObjectReference(MFI.getStackProtectorIndex());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h358 int getStackProtectorIndex() const { return StackProtectorIdx; } function in class:llvm::MachineFrameInfo
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1043 int SSPIdx = MFI.getStackProtectorIndex();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp586 unsigned StackProbeSize = (MFI.getStackProtectorIndex() > 0) ? 4080 : 4096;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3571 StackProtectorFI = MFI.getStackProtectorIndex();
H A DAArch64ISelLowering.cpp25539 MFI.setStackID(MFI.getStackProtectorIndex(),
25541 MFI.setObjectAlignment(MFI.getStackProtectorIndex(), Align(16));
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3490 int FI = MFI.getStackProtectorIndex();
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2896 int FI = MFI.getStackProtectorIndex();

Completed in 527 milliseconds