Searched refs:SCE (Results 1 – 14 of 14) sorted by relevance
4 ; and the apple_names section to distinguish the LLDB case. SCE has neither.7 …ple=x86_64-scei-ps4 -filetype=obj < %s | llvm-readobj -sections - | FileCheck --check-prefix=SCE %s15 … -filetype=obj -debugger-tune=sce < %s | llvm-readobj -sections - | FileCheck --check-prefix=SCE %s26 ; SCE-NOT: debug_pubnames27 ; SCE-NOT: apple_names
2 ; PS4 triple or when tuning for SCE.
89 SCE // Tune debug info for SCE targets (e.g. PS4). enumerator
4 ; Verify tuning for SCE gets us Abstract only.
347 ScopedContextEntry SCE(this, Ctor ? *Ctor : nullptr); in parseMatcherExpressionImpl() local376 SCE.nextArg(); in parseMatcherExpressionImpl()
200 def SCE : SCE_ENC, SCE_DESC, INSN_EVA;
303 bool tuneForSCE() const { return DebuggerTuning == DebuggerKind::SCE; } in tuneForSCE()
227 DebuggerTuning = DebuggerKind::SCE; in DwarfDebug()
281 clEnumValN(DebuggerKind::SCE, "sce",
794 for (SchedClassIter SCI = schedClassBegin(), SCE = schedClassEnd(); in collectProcItins() local795 SCI != SCE; ++SCI) { in collectProcItins()1451 for (SchedClassIter SCI = schedClassBegin(), SCE = schedClassEnd(); in collectProcResources() local1452 SCI != SCE; ++SCI) { in collectProcResources()
1211 return llvm::DebuggerKind::SCE; in getDefaultDebuggerTuning()
2814 case llvm::DebuggerKind::SCE: in RenderDebugEnablingArgs()4513 DebuggerTuning = llvm::DebuggerKind::SCE; in ConstructJob()
1299 if (Inst.getOpcode() == Mips::SCE) in DecodeMemEVA()
484 .Case("sce", unsigned(llvm::DebuggerKind::SCE)) in ParseCodeGenArgs()