| /llvm-project/llvm/include/llvm/Frontend/Debug/ |
| H A D | Options.h | 31 DebugDirectivesOnly, enumerator
|
| /llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Cuda.cpp | 350 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 D | CommonArgs.cpp | 2081 case llvm::codegenoptions::DebugDirectivesOnly: in getDwarfVersion() 2116 return llvm::codegenoptions::DebugDirectivesOnly; in getLibGccType()
|
| H A D | Clang.cpp | 4640 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 D | debug-empty.ll | 12 !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 D | no-extra-loc.ll | 19 …le: !1, producer: "clang", isOptimized: true, runtimeVersion: 0, emissionKind: DebugDirectivesOnly)
|
| H A D | crash-missing-DISubprogram.ll | 22 …0a5dd9eb9c9)", isOptimized: true, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, splitDebug…
|
| H A D | debug-file-loc-only.ll | 39 … producer: "", isOptimized: false, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2)
|
| /llvm-project/llvm/test/DebugInfo/X86/ |
| H A D | dwarf-mem-barrier.ll | 22 …cer: "clang", isOptimized: false, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2,…
|
| /llvm-project/llvm/test/DebugInfo/XCore/ |
| H A D | dwarf-mem-barrier.ll | 23 …cer: "clang", isOptimized: false, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2,…
|
| /llvm-project/llvm/test/DebugInfo/Generic/ |
| H A D | directives-only.ll | 44 …runk 225000) (llvm/trunk 224999)", isOptimized: false, emissionKind: DebugDirectivesOnly, file: !1)
|
| /llvm-project/mlir/test/Target/LLVMIR/ |
| H A D | llvmir-debug.mlir | 433 // 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 D | spmdization_remarks.ll | 181 !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 D | custom_state_machines_remarks.ll | 181 !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 D | DebugInfoMetadata.cpp | 985 .Case("DebugDirectivesOnly", DebugDirectivesOnly) 1007 case DebugDirectivesOnly: in emissionKindString() 1008 return "DebugDirectivesOnly";
|
| /llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMEnums.td | 322 def LLVM_DIEmissionDebugDirectivesOnly : I64EnumAttrCase<"DebugDirectivesOnly", 3>;
|
| /llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1478 DebugDirectivesOnly, 1479 LastEmissionKind = DebugDirectivesOnly 1599 return EmissionKind == DebugDirectivesOnly; in getRawSplitDebugFilename() 1441 DebugDirectivesOnly, global() enumerator
|
| /llvm-project/flang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 137 llvm::codegenoptions::DebugDirectivesOnly) in parseDebugArgs()
|
| /llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 918 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
|
| /llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1617 case llvm::codegenoptions::DebugDirectivesOnly: in GenerateCodeGenArgs() 1912 llvm::codegenoptions::DebugDirectivesOnly) in ParseCodeGenArgs()
|
| /llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 649 case llvm::codegenoptions::DebugDirectivesOnly: in CreateCompileUnit() 650 EmissionKind = llvm::DICompileUnit::DebugDirectivesOnly; in CreateCompileUnit()
|