Home
last modified time | relevance | path

Searched refs:tuneForGDB (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp253 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()
H A DDwarfDebug.h827 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; } in tuneForGDB() function
H A DDwarfDebug.cpp429 UseGNUTLSOpcode = tuneForGDB() || DwarfVersion < 3; in DwarfDebug()
432 UseDWARF2Bitfields = (DwarfVersion < 4) || tuneForGDB(); in DwarfDebug()
449 …EnableOpConvert = !((tuneForGDB() && useSplitDwarf()) || (tuneForLLDB() && !TT.isOSBinFormatMachO(… in DwarfDebug()