Searched refs:GDwarfN (Results 1 – 1 of 1) sorted by relevance
3943 const Arg *GDwarfN = getDwarfNArg(Args); in renderDebugOptions() local3945 if (GDwarfN) { in renderDebugOptions()3946 if (checkDebugInfoOption(GDwarfN, Args, D, TC)) in renderDebugOptions()3949 GDwarfN = nullptr; in renderDebugOptions()3987 if (GDwarfN) in renderDebugOptions()3988 if (auto ExplicitVersion = DwarfVersionNum(GDwarfN->getSpelling())) in renderDebugOptions()7401 if (const Arg *GDwarfN = getDwarfNArg(Args)) in ConstructJob() local7402 DwarfVersion = DwarfVersionNum(GDwarfN->getSpelling()); in ConstructJob()