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