Searched refs:tuneForLLDB (Results 1 – 3 of 3) sorted by relevance
839 bool tuneForLLDB() const { return DebuggerTuning == DebuggerKind::LLDB; } in tuneForLLDB() function
377 HasAppleExtensionAttributes = tuneForLLDB(); in DwarfDebug()452 …EnableOpConvert = !((tuneForGDB() && useSplitDwarf()) || (tuneForLLDB() && !TT.isOSBinFormatMachO(… in DwarfDebug()
1114 return DD->getDwarfVersion() == 4 && !DD->tuneForLLDB(); in useGNUAnalogForDwarf5Feature()