Home
last modified time | relevance | path

Searched refs:tuneForLLDB (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h302 bool tuneForLLDB() const { return DebuggerTuning == DebuggerKind::LLDB; } in tuneForLLDB() function
DDwarfDebug.cpp233 HasDwarfAccelTables = tuneForLLDB(); in DwarfDebug()
237 HasAppleExtensionAttributes = tuneForLLDB(); in DwarfDebug()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h762 bool tuneForLLDB() const { return DebuggerTuning == DebuggerKind::LLDB; } in tuneForLLDB() function
DDwarfDebug.cpp373 HasAppleExtensionAttributes = tuneForLLDB(); in DwarfDebug()
798 (tuneForGDB() || tuneForLLDB())) { in constructCallSiteEntryDIEs()