Home
last modified time | relevance | path

Searched refs:DebugDirectivesOnly (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDebugInfoOptions.h31 DebugDirectivesOnly, enumerator
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCuda.cpp339 DebugDirectivesOnly, /// Emit only debug directives. enumerator
365 return DebugDirectivesOnly; in mustEmitDebugInfo()
367 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()
369 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()
440 if (DIKind == DebugDirectivesOnly) in ConstructJob()
807 case DebugDirectivesOnly: in adjustDebugInfoKind()
808 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
H A DClang.cpp501 return codegenoptions::DebugDirectivesOnly; in DebugLevelToInfoKind()
1078 case codegenoptions::DebugDirectivesOnly: in RenderDebugEnablingArgs()
4144 DebugInfoKind == codegenoptions::DebugDirectivesOnly || in renderDebugOptions()
4221 DebugInfoKind == codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
4254 DebugInfoKind != codegenoptions::DebugDirectivesOnly) { in renderDebugOptions()
4323 DebugInfoKind <= codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
/llvm-project-15.0.7/llvm/test/DebugInfo/NVPTX/
H A Ddebug-empty.ll12 …unk 351968)", isOptimized: false, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2,…
H A Dcrash-missing-DISubprogram.ll22 …0a5dd9eb9c9)", isOptimized: true, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, splitDebug…
H A Ddebug-file-loc-only.ll39 … producer: "", isOptimized: false, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2)
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddwarf-mem-barrier.ll22 …cer: "clang", isOptimized: false, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2,…
/llvm-project-15.0.7/llvm/test/DebugInfo/XCore/
H A Ddwarf-mem-barrier.ll23 …cer: "clang", isOptimized: false, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2,…
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Ddirectives-only.ll45 …runk 225000) (llvm/trunk 224999)", isOptimized: false, emissionKind: DebugDirectivesOnly, file: !1)
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dspmdization_remarks.ll181 …rsion 13.0.0", isOptimized: true, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2,…
H A Dcustom_state_machines_remarks.ll182 …rsion 13.0.0", isOptimized: true, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2,…
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfoMetadata.cpp867 .Case("DebugDirectivesOnly", DebugDirectivesOnly) in getEmissionKind()
888 case DebugDirectivesOnly: in emissionKindString()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1331 DebugDirectivesOnly, enumerator
1332 LastEmissionKind = DebugDirectivesOnly
1451 return EmissionKind == DebugDirectivesOnly; in isDebugDirectivesOnly()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp858 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1360 case codegenoptions::DebugDirectivesOnly: in GenerateCodeGenArgs()
1642 .Case("line-directives-only", codegenoptions::DebugDirectivesOnly) in ParseCodeGenArgs()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp588 case codegenoptions::DebugDirectivesOnly: in CreateCompileUnit()
589 EmissionKind = llvm::DICompileUnit::DebugDirectivesOnly; in CreateCompileUnit()