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