Searched refs:ForceDwarfFrameSection (Results 1 – 8 of 8) sorted by relevance
133 ForceDwarfFrameSection(false), XRayOmitFunctionIndex(false), in TargetOptions()317 unsigned ForceDwarfFrameSection : 1; variable
94 CGOPT(bool, ForceDwarfFrameSection) in CGOPT()441 static cl::opt<bool> ForceDwarfFrameSection( in CGOPT() local444 CGBINDOPT(ForceDwarfFrameSection); in CGOPT()527 Options.ForceDwarfFrameSection = getForceDwarfFrameSection(); in InitTargetOptionsFromCodeGenFlags()
589 getTarget().Options.ForceDwarfFrameSection || in needsFrameMoves()
144 Asm->TM.Options.ForceDwarfFrameSection) in beginFragment()
1069 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
576 Options.ForceDwarfFrameSection = CodeGenOpts.ForceDwarfFrameSection; in initTargetOptions()
110 CODEGENOPT(ForceDwarfFrameSection , 1, 0) ///< Set when -fforce-dwarf-frame is
2833 CodeGenOpts<"ForceDwarfFrameSection">, DefaultFalse,