Searched refs:ForceDwarfFrameSection (Results 1 – 8 of 8) sorted by relevance
144 ValueTrackingVariableLocations(false), ForceDwarfFrameSection(false), in TargetOptions()342 unsigned ForceDwarfFrameSection : 1; variable
100 CGOPT(bool, ForceDwarfFrameSection) in CGOPT()462 static cl::opt<bool> ForceDwarfFrameSection( in CGOPT() local465 CGBINDOPT(ForceDwarfFrameSection); in CGOPT()558 Options.ForceDwarfFrameSection = getForceDwarfFrameSection(); in InitTargetOptionsFromCodeGenFlags()
613 getTarget().Options.ForceDwarfFrameSection || in needsFrameMoves()
132 Asm->TM.Options.ForceDwarfFrameSection) in beginFragment()
1248 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
430 Options.ForceDwarfFrameSection = CodeGenOpts.ForceDwarfFrameSection; in initTargetOptions()
115 CODEGENOPT(ForceDwarfFrameSection , 1, 0) ///< Set when -fforce-dwarf-frame is
3104 CodeGenOpts<"ForceDwarfFrameSection">, DefaultFalse,