Searched refs:ForceDwarfFrameSection (Results 1 – 8 of 8) sorted by relevance
133 ForceDwarfFrameSection(false), XRayOmitFunctionIndex(false), in TargetOptions()320 unsigned ForceDwarfFrameSection : 1; variable
95 CGOPT(bool, ForceDwarfFrameSection) in CGOPT()447 static cl::opt<bool> ForceDwarfFrameSection( in CGOPT() local450 CGBINDOPT(ForceDwarfFrameSection); in CGOPT()534 Options.ForceDwarfFrameSection = getForceDwarfFrameSection(); in InitTargetOptionsFromCodeGenFlags()
570 getTarget().Options.ForceDwarfFrameSection || in needsFrameMoves()
144 Asm->TM.Options.ForceDwarfFrameSection) in beginFragment()
1055 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
568 Options.ForceDwarfFrameSection = CodeGenOpts.ForceDwarfFrameSection; in initTargetOptions()
110 CODEGENOPT(ForceDwarfFrameSection , 1, 0) ///< Set when -fforce-dwarf-frame is
2800 CodeGenOpts<"ForceDwarfFrameSection">, DefaultFalse,