Home
last modified time | relevance | path

Searched refs:adjustForSegmentedStacks (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86FrameLowering.h45 void adjustForSegmentedStacks(MachineFunction &MF) const;
DX86FrameLowering.cpp1150 X86FrameLowering::adjustForSegmentedStacks(MachineFunction &MF) const { in adjustForSegmentedStacks() function in X86FrameLowering
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetFrameLowering.h126 virtual void adjustForSegmentedStacks(MachineFunction &MF) const { } in adjustForSegmentedStacks() function
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp636 TFI.adjustForSegmentedStacks(Fn); in insertPrologEpilogCode()