Home
last modified time | relevance | path

Searched refs:SCE (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/DebugInfo/X86/
Ddebugger-tune.ll4 ; 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 %s
15 … -filetype=obj -debugger-tune=sce < %s | llvm-readobj -sections - | FileCheck --check-prefix=SCE %s
26 ; SCE-NOT: debug_pubnames
27 ; SCE-NOT: apple_names
Ddwarf-linkage-names.ll2 ; PS4 triple or when tuning for SCE.
/external/llvm/include/llvm/Target/
DTargetOptions.h89 SCE // Tune debug info for SCE targets (e.g. PS4). enumerator
/external/llvm/test/DebugInfo/Generic/
Dlinkage-name-abstract.ll4 ; Verify tuning for SCE gets us Abstract only.
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp347 ScopedContextEntry SCE(this, Ctor ? *Ctor : nullptr); in parseMatcherExpressionImpl() local
376 SCE.nextArg(); in parseMatcherExpressionImpl()
/external/llvm/lib/Target/Mips/
DMipsEVAInstrInfo.td200 def SCE : SCE_ENC, SCE_DESC, INSN_EVA;
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h303 bool tuneForSCE() const { return DebuggerTuning == DebuggerKind::SCE; } in tuneForSCE()
DDwarfDebug.cpp227 DebuggerTuning = DebuggerKind::SCE; in DwarfDebug()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h281 clEnumValN(DebuggerKind::SCE, "sce",
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp794 for (SchedClassIter SCI = schedClassBegin(), SCE = schedClassEnd(); in collectProcItins() local
795 SCI != SCE; ++SCI) { in collectProcItins()
1451 for (SchedClassIter SCI = schedClassBegin(), SCE = schedClassEnd(); in collectProcResources() local
1452 SCI != SCE; ++SCI) { in collectProcResources()
/external/clang/lib/Driver/
DToolChains.h1211 return llvm::DebuggerKind::SCE; in getDefaultDebuggerTuning()
DTools.cpp2814 case llvm::DebuggerKind::SCE: in RenderDebugEnablingArgs()
4513 DebuggerTuning = llvm::DebuggerKind::SCE; in ConstructJob()
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1299 if (Inst.getOpcode() == Mips::SCE) in DecodeMemEVA()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp484 .Case("sce", unsigned(llvm::DebuggerKind::SCE)) in ParseCodeGenArgs()