Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h639 bool tuneForGDB() const { return DebuggerTuning == DebuggerKind::GDB; } in tuneForGDB() function
DDwarfDebug.cpp379 UseGNUTLSOpcode = tuneForGDB() || DwarfVersion < 3; in DwarfDebug()
382 UseDWARF2Bitfields = (DwarfVersion < 4) || tuneForGDB(); in DwarfDebug()
DDwarfCompileUnit.cpp884 return DD->tuneForGDB() && DD->usePubSections() && in hasDwarfPubSections()
/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()