Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp231 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute()
285 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute()
671 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in constructVariableDIEImpl()
690 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in constructVariableDIEImpl()
909 return DD->getDwarfVersion() == 4 && DD->tuneForGDB(); in useGNUAnalogForDwarf5Feature()
983 if (DD->getDwarfVersion() == 4 && DD->tuneForGDB()) { in constructCallSiteEntryDIE()
986 } else if (!IsTail || DD->tuneForGDB()) { in constructCallSiteEntryDIE()
1131 return DD->tuneForGDB() && !includeMinimalInlineScopes() && in hasDwarfPubSections()
DDwarfDebug.cpp411 UseGNUTLSOpcode = tuneForGDB() || DwarfVersion < 3; in DwarfDebug()
414 UseDWARF2Bitfields = (DwarfVersion < 4) || tuneForGDB(); in DwarfDebug()
714 bool ApplyGNUExtensions = getDwarfVersion() == 4 && tuneForGDB(); in constructCallSiteEntryDIEs()
770 (IsTail && !tuneForGDB()) in constructCallSiteEntryDIEs()
798 (tuneForGDB() || tuneForLLDB())) { in constructCallSiteEntryDIEs()
DDwarfDebug.h761 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; } in tuneForGDB() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp253 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute()
336 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute()
872 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in constructVariableDIEImpl()
891 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in constructVariableDIEImpl()
1393 return DD->tuneForGDB() && !includeMinimalInlineScopes() && in hasDwarfPubSections()
DDwarfDebug.h829 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; } in tuneForGDB() function
DDwarfDebug.cpp430 UseGNUTLSOpcode = tuneForGDB() || DwarfVersion < 3; in DwarfDebug()
449 …EnableOpConvert = !((tuneForGDB() && useSplitDwarf()) || (tuneForLLDB() && !TT.isOSBinFormatMachO(… in DwarfDebug()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h301 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; } in tuneForGDB() function
DDwarfDebug.cpp247 HasDwarfPubSections = tuneForGDB(); in DwarfDebug()
268 UseGNUTLSOpcode = tuneForGDB() || DwarfVersion < 3; in DwarfDebug()
271 UseDWARF2Bitfields = (DwarfVersion < 4) || tuneForGDB(); in DwarfDebug()