Searched refs:tuneForGDB (Results 1 – 3 of 3) sorted by relevance
254 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute()354 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute()897 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in applyConcreteDbgVariableAttributes()916 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in applyConcreteDbgVariableAttributes()1491 return DD->tuneForGDB() && !includeMinimalInlineScopes() && in hasDwarfPubSections()
905 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; } in tuneForGDB() function
412 UseGNUTLSOpcode = tuneForGDB() || DwarfVersion < 3; in DwarfDebug()431 …EnableOpConvert = !((tuneForGDB() && useSplitDwarf()) || (tuneForLLDB() && !TT.isOSBinFormatMachO(… in DwarfDebug()