Searched refs:ForceDwarfFrameSection (Results 1 – 8 of 8) sorted by relevance
154 ValueTrackingVariableLocations(false), ForceDwarfFrameSection(false), in TargetOptions()355 unsigned ForceDwarfFrameSection : 1; variable
107 CGOPT(bool, ForceDwarfFrameSection) in CGOPT()483 static cl::opt<bool> ForceDwarfFrameSection( in CGOPT() local486 CGBINDOPT(ForceDwarfFrameSection); in CGOPT()594 Options.ForceDwarfFrameSection = getForceDwarfFrameSection(); in InitTargetOptionsFromCodeGenFlags()
658 getTarget().Options.ForceDwarfFrameSection || in needsFrameMoves()
111 Asm->TM.Options.ForceDwarfFrameSection) in beginBasicBlockSection()
1281 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
57 BENIGN_DEBUGOPT(ForceDwarfFrameSection , 1, 0) ///< Set when -fforce-dwarf-frame
429 Options.ForceDwarfFrameSection = CodeGenOpts.ForceDwarfFrameSection; in initTargetOptions()
4322 CodeGenOpts<"ForceDwarfFrameSection">, DefaultFalse,