Searched refs:GDwarfN (Results 1 – 1 of 1) sorted by relevance
4167 const Arg *GDwarfN = getDwarfNArg(Args); in renderDebugOptions() local4169 if (GDwarfN) { in renderDebugOptions()4170 if (checkDebugInfoOption(GDwarfN, Args, D, TC)) in renderDebugOptions()4173 GDwarfN = nullptr; in renderDebugOptions()4211 if (GDwarfN) in renderDebugOptions()4212 if (auto ExplicitVersion = DwarfVersionNum(GDwarfN->getSpelling())) in renderDebugOptions()7932 if (const Arg *GDwarfN = getDwarfNArg(Args)) in ConstructJob() local7933 DwarfVersion = DwarfVersionNum(GDwarfN->getSpelling()); in ConstructJob()