Searched refs:ForceDwarfFrameSection (Results 1 – 13 of 13) sorted by relevance
122 EnableDebugEntryValues(false), ForceDwarfFrameSection(false) {} in TargetOptions()263 unsigned ForceDwarfFrameSection : 1; variable
142 ForceDwarfFrameSection(false), XRayOmitFunctionIndex(false), in TargetOptions()321 unsigned ForceDwarfFrameSection : 1; variable
96 CGOPT(bool, ForceDwarfFrameSection) in CGOPT()456 static cl::opt<bool> ForceDwarfFrameSection( in CGOPT() local459 CGBINDOPT(ForceDwarfFrameSection); in CGOPT()559 Options.ForceDwarfFrameSection = getForceDwarfFrameSection(); in InitTargetOptionsFromCodeGenFlags()
570 getTarget().Options.ForceDwarfFrameSection || in needsFrameMoves()
137 else if (Asm->TM.Options.ForceDwarfFrameSection) in beginFragment()
968 if (MMI->hasDebugInfo() || MF->getTarget().Options.ForceDwarfFrameSection) in needsCFIMoves()
138 else if (Asm->TM.Options.ForceDwarfFrameSection) in beginFragment()
1003 if (MMI->hasDebugInfo() || MF->getTarget().Options.ForceDwarfFrameSection) in needsCFIMoves()
284 ForceDwarfFrameSection("force-dwarf-frame-section",319 Options.ForceDwarfFrameSection = ForceDwarfFrameSection;
555 Options.ForceDwarfFrameSection = CodeGenOpts.ForceDwarfFrameSection; in initTargetOptions()
547 getTarget().Options.ForceDwarfFrameSection || in needsFrameMoves()
104 CODEGENOPT(ForceDwarfFrameSection , 1, 0) ///< Set when -fforce-dwarf-frame is
923 Opts.ForceDwarfFrameSection = Args.hasArg(OPT_fforce_dwarf_frame); in ParseCodeGenArgs()