Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h49 bool enableFullCFIFixup(const MachineFunction &MF) const override;
H A DAArch64FrameLowering.cpp2831 bool AArch64FrameLowering::enableFullCFIFixup(const MachineFunction &MF) const { in enableFullCFIFixup() function in AArch64FrameLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIFixup.cpp257 if (!TFL.enableFullCFIFixup(MF) && !CurrBB.isBeginSection()) in fixupBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h238 virtual bool enableFullCFIFixup(const MachineFunction &MF) const { in enableFullCFIFixup() function