Home
last modified time | relevance | path

Searched refs:enableCFIFixup (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h233 virtual bool enableCFIFixup(const MachineFunction &MF) const;
239 return enableCFIFixup(MF); in enableFullCFIFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h47 bool enableCFIFixup(const MachineFunction &MF) const override;
H A DAArch64FrameLowering.cpp2826 bool AArch64FrameLowering::enableCFIFixup(const MachineFunction &MF) const { in enableCFIFixup() function in AArch64FrameLowering
2827 return TargetFrameLowering::enableCFIFixup(MF) && in enableCFIFixup()
2832 return enableCFIFixup(MF) && in enableFullCFIFixup()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp39 bool TargetFrameLowering::enableCFIFixup(const MachineFunction &MF) const { in enableCFIFixup() function in TargetFrameLowering
H A DCFIFixup.cpp305 if (!MF.getSubtarget().getFrameLowering()->enableCFIFixup(MF)) in runOnMachineFunction()