Searched refs:ForceDwarfFrameSection (Results 1 – 8 of 8) sorted by relevance
138 ValueTrackingVariableLocations(false), ForceDwarfFrameSection(false), in TargetOptions()343 unsigned ForceDwarfFrameSection : 1; variable
108 CGOPT(bool, ForceDwarfFrameSection) in CGOPT()490 static cl::opt<bool> ForceDwarfFrameSection( in CGOPT() local493 CGBINDOPT(ForceDwarfFrameSection); in CGOPT()600 Options.ForceDwarfFrameSection = getForceDwarfFrameSection(); in InitTargetOptionsFromCodeGenFlags()
698 return getTarget().Options.ForceDwarfFrameSection || in needsFrameMoves()
112 Asm->TM.Options.ForceDwarfFrameSection) in beginBasicBlockSection()
1326 if (hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
39 DEBUGOPT(ForceDwarfFrameSection , 1, 0, Benign) ///< Set when -fforce-dwarf-frame
464 Options.ForceDwarfFrameSection = CodeGenOpts.ForceDwarfFrameSection; in initTargetOptions()
4591 CodeGenOpts<"ForceDwarfFrameSection">, DefaultFalse,