Searched refs:tuneForGDB (Results 1 – 5 of 5) sorted by relevance
639 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; } in tuneForGDB() function
379 UseGNUTLSOpcode = tuneForGDB() || DwarfVersion < 3; in DwarfDebug()382 UseDWARF2Bitfields = (DwarfVersion < 4) || tuneForGDB(); in DwarfDebug()
884 return DD->tuneForGDB() && DD->usePubSections() && in hasDwarfPubSections()
301 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; } in tuneForGDB() function
247 HasDwarfPubSections = tuneForGDB(); in DwarfDebug()268 UseGNUTLSOpcode = tuneForGDB() || DwarfVersion < 3; in DwarfDebug()271 UseDWARF2Bitfields = (DwarfVersion < 4) || tuneForGDB(); in DwarfDebug()