| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DebugInfoOptions.h | 31 DebugDirectivesOnly, enumerator
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Cuda.cpp | 339 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 D | Clang.cpp | 501 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 D | debug-empty.ll | 12 …unk 351968)", isOptimized: false, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2,…
|
| 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-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | dwarf-mem-barrier.ll | 22 …cer: "clang", isOptimized: false, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2,…
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/XCore/ |
| H A D | dwarf-mem-barrier.ll | 23 …cer: "clang", isOptimized: false, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2,…
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | directives-only.ll | 45 …runk 225000) (llvm/trunk 224999)", isOptimized: false, emissionKind: DebugDirectivesOnly, file: !1)
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | spmdization_remarks.ll | 181 …rsion 13.0.0", isOptimized: true, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2,…
|
| H A D | custom_state_machines_remarks.ll | 182 …rsion 13.0.0", isOptimized: true, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2,…
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 867 .Case("DebugDirectivesOnly", DebugDirectivesOnly) in getEmissionKind() 888 case DebugDirectivesOnly: in emissionKindString()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1331 DebugDirectivesOnly, enumerator 1332 LastEmissionKind = DebugDirectivesOnly 1451 return EmissionKind == DebugDirectivesOnly; in isDebugDirectivesOnly()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 858 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1360 case codegenoptions::DebugDirectivesOnly: in GenerateCodeGenArgs() 1642 .Case("line-directives-only", codegenoptions::DebugDirectivesOnly) in ParseCodeGenArgs()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 588 case codegenoptions::DebugDirectivesOnly: in CreateCompileUnit() 589 EmissionKind = llvm::DICompileUnit::DebugDirectivesOnly; in CreateCompileUnit()
|