Searched refs:tuneForGDB (Results 1 – 3 of 3) sorted by relevance
253 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute()336 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute()870 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in constructVariableDIEImpl()889 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in constructVariableDIEImpl()1388 return DD->tuneForGDB() && !includeMinimalInlineScopes() && in hasDwarfPubSections()
827 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; } in tuneForGDB() function
429 UseGNUTLSOpcode = tuneForGDB() || DwarfVersion < 3; in DwarfDebug()432 UseDWARF2Bitfields = (DwarfVersion < 4) || tuneForGDB(); in DwarfDebug()449 …EnableOpConvert = !((tuneForGDB() && useSplitDwarf()) || (tuneForLLDB() && !TT.isOSBinFormatMachO(… in DwarfDebug()