Searched refs:GDwarfN (Results 1 – 1 of 1) sorted by relevance
3951 const Arg *GDwarfN = getDwarfNArg(Args); in renderDebugOptions() local3953 if (GDwarfN) { in renderDebugOptions()3954 if (checkDebugInfoOption(GDwarfN, Args, D, TC)) in renderDebugOptions()3957 GDwarfN = nullptr; in renderDebugOptions()3995 if (GDwarfN) in renderDebugOptions()3996 if (auto ExplicitVersion = DwarfVersionNum(GDwarfN->getSpelling())) in renderDebugOptions()7456 if (const Arg *GDwarfN = getDwarfNArg(Args)) in ConstructJob() local7457 DwarfVersion = DwarfVersionNum(GDwarfN->getSpelling()); in ConstructJob()