Searched refs:ForceDwarfFrameSection (Results 1 – 8 of 8) sorted by relevance
144 ValueTrackingVariableLocations(false), ForceDwarfFrameSection(false), in TargetOptions()342 unsigned ForceDwarfFrameSection : 1; variable
102 CGOPT(bool, ForceDwarfFrameSection) in CGOPT()464 static cl::opt<bool> ForceDwarfFrameSection( in CGOPT() local467 CGBINDOPT(ForceDwarfFrameSection); in CGOPT()560 Options.ForceDwarfFrameSection = getForceDwarfFrameSection(); in InitTargetOptionsFromCodeGenFlags()
630 getTarget().Options.ForceDwarfFrameSection || in needsFrameMoves()
110 Asm->TM.Options.ForceDwarfFrameSection) in beginBasicBlockSection()
1257 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
442 Options.ForceDwarfFrameSection = CodeGenOpts.ForceDwarfFrameSection; in initTargetOptions()
115 CODEGENOPT(ForceDwarfFrameSection , 1, 0) ///< Set when -fforce-dwarf-frame is
3195 CodeGenOpts<"ForceDwarfFrameSection">, DefaultFalse,