Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h31 DebugDirectivesOnly, enumerator
/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp350 DebugDirectivesOnly, /// Emit only debug directives.
376 return DebugDirectivesOnly; in mustEmitDebugInfo()
378 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in ConstructJob()
380 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in ConstructJob()
457 if (DIKind == DebugDirectivesOnly) in ConstructJob()
812 case DebugDirectivesOnly: in adjustDebugInfoKind()
813 DebugInfoKind = llvm::codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
345 DebugDirectivesOnly, /// Emit only debug directives. global() enumerator
H A DCommonArgs.cpp2081 case llvm::codegenoptions::DebugDirectivesOnly: in getDwarfVersion()
2116 return llvm::codegenoptions::DebugDirectivesOnly; in getLibGccType()
H A DClang.cpp4640 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly || in renderDebugOptions()
4701 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
4736 DebugInfoKind != llvm::codegenoptions::DebugDirectivesOnly) { in renderDebugOptions()
4803 DebugInfoKind <= llvm::codegenoptions::DebugDirectivesOnly) in ProcessVSRuntimeLibrary()
/llvm-project/llvm/test/DebugInfo/NVPTX/
H A Ddebug-empty.ll12 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 9.0.0 (trunk 351924) (llvm/trunk 351968)", isOptimized: false, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2, nameTableKind: None)
H A Dno-extra-loc.ll19 …le: !1, producer: "clang", isOptimized: true, runtimeVersion: 0, emissionKind: DebugDirectivesOnly)
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/llvm/test/DebugInfo/X86/
H A Ddwarf-mem-barrier.ll22 …cer: "clang", isOptimized: false, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2,…
/llvm-project/llvm/test/DebugInfo/XCore/
H A Ddwarf-mem-barrier.ll23 …cer: "clang", isOptimized: false, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2,…
/llvm-project/llvm/test/DebugInfo/Generic/
H A Ddirectives-only.ll44 …runk 225000) (llvm/trunk 224999)", isOptimized: false, emissionKind: DebugDirectivesOnly, file: !1)
/llvm-project/mlir/test/Target/LLVMIR/
H A Dllvmir-debug.mlir433 // CHECK-DAG: ![[SCOPE2:.*]] = distinct !DICompileUnit(language: DW_LANG_C, file: ![[FILE2]], producer: "MLIR", isOptimized: true, runtimeVersion: 0, emissionKind: DebugDirectivesOnly)
436 #di_compile_unit_2 = #llvm.di_compile_unit<id = distinct[1]<>, sourceLanguage = DW_LANG_C, file = #di_file_2, producer = "MLIR", isOptimized = true, emissionKind = DebugDirectivesOnly>
/llvm-project/llvm/test/Transforms/OpenMP/
H A Dspmdization_remarks.ll181 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 13.0.0", isOptimized: true, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2, splitDebugInlining: false, nameTableKind: None)
H A Dcustom_state_machines_remarks.ll181 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 13.0.0", isOptimized: true, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2, splitDebugInlining: false, nameTableKind: None)
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp985 .Case("DebugDirectivesOnly", DebugDirectivesOnly)
1007 case DebugDirectivesOnly: in emissionKindString()
1008 return "DebugDirectivesOnly";
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMEnums.td322 def LLVM_DIEmissionDebugDirectivesOnly : I64EnumAttrCase<"DebugDirectivesOnly", 3>;
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1478 DebugDirectivesOnly,
1479 LastEmissionKind = DebugDirectivesOnly
1599 return EmissionKind == DebugDirectivesOnly; in getRawSplitDebugFilename()
1441 DebugDirectivesOnly, global() enumerator
/llvm-project/flang/lib/Frontend/
H A DCompilerInvocation.cpp137 llvm::codegenoptions::DebugDirectivesOnly) in parseDebugArgs()
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp918 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1617 case llvm::codegenoptions::DebugDirectivesOnly: in GenerateCodeGenArgs()
1912 llvm::codegenoptions::DebugDirectivesOnly) in ParseCodeGenArgs()
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp649 case llvm::codegenoptions::DebugDirectivesOnly: in CreateCompileUnit()
650 EmissionKind = llvm::DICompileUnit::DebugDirectivesOnly; in CreateCompileUnit()