Home
last modified time | relevance | path

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

/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()