Home
last modified time | relevance | path

Searched refs:tuneForSCE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h925 bool tuneForSCE() const { return DebuggerTuning == DebuggerKind::SCE; } in tuneForSCE() function
H A DDwarfDebug.cpp360 UseARangesSection = GenerateARangeSection || tuneForSCE(); in DwarfDebug()
369 UseAllLinkageNames = !tuneForSCE(); in DwarfDebug()
3124 if (AP.getDwarfVersion() >= 4 && !AP.getDwarfDebug()->tuneForSCE() && in emitDebugLocValue()
H A DDwarfCompileUnit.cpp60 bool EnabledByDefault = DD->tuneForSCE(); in AddLinkageNamesToDeclCallOriginsForTuning()