Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp200 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
253 if (MFI.getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
360 FrameIdx == MFI.getStackProtectorIndex()) in insertFrameReferenceRegisters()
H A DPrologEpilogInserter.cpp928 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
940 else if (!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex())) in calculateFrameObjectOffsets()
1006 if (MFI.getStackProtectorIndex() == (int)i || EHRegNodeFrameIndex == (int)i) in calculateFrameObjectOffsets()
1035 MFI.getStackProtectorIndex() < 0 && TFI.enableStackSlotScavenging(MF)) in calculateFrameObjectOffsets()
H A DMIRPrinter.cpp473 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h354 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1037 int SSPIdx = MFI.getStackProtectorIndex(); in emitExceptHandlerTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp292 unsigned StackProbeSize = (MFI.getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2636 int FI = MFI.getStackProtectorIndex(); in visitSPDescriptorParent()