Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DDebugInfoOptions.h31 DebugDirectivesOnly, enumerator
/external/llvm-project/llvm/test/DebugInfo/NVPTX/
Ddebug-empty.ll11 …unk 351968)", isOptimized: false, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2,…
Ddebug-file-loc-only.ll38 … producer: "", isOptimized: false, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2)
/external/llvm-project/clang/lib/Driver/ToolChains/
DCuda.cpp357 DebugDirectivesOnly, /// Emit only debug directives. enumerator
383 return DebugDirectivesOnly; in mustEmitDebugInfo()
385 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()
458 if (DIKind == DebugDirectivesOnly) in ConstructJob()
836 case DebugDirectivesOnly: in adjustDebugInfoKind()
837 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
DClang.cpp501 return codegenoptions::DebugDirectivesOnly; in DebugLevelToInfoKind()
976 case codegenoptions::DebugDirectivesOnly: in RenderDebugEnablingArgs()
3773 DebugInfoKind == codegenoptions::DebugDirectivesOnly || in RenderDebugOptions()
3843 if (DWARFVersion == 0 && DebugInfoKind == codegenoptions::DebugDirectivesOnly) in RenderDebugOptions()
3866 DebugInfoKind != codegenoptions::DebugDirectivesOnly) { in RenderDebugOptions()
3931 DebugInfoKind <= codegenoptions::DebugDirectivesOnly) in RenderDebugOptions()
/external/llvm-project/llvm/test/DebugInfo/Generic/
Ddirectives-only.ll44 …runk 225000) (llvm/trunk 224999)", isOptimized: false, emissionKind: DebugDirectivesOnly, file: !1)
/external/llvm-project/llvm/test/Transforms/OpenMP/
Dglobalization_remarks.ll113 …rsion 12.0.0", isOptimized: true, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2,…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp548 .Case("DebugDirectivesOnly", DebugDirectivesOnly) in getEmissionKind()
566 case DebugDirectivesOnly: return "DebugDirectivesOnly"; in emissionKindString()
/external/llvm-project/llvm/lib/IR/
DDebugInfoMetadata.cpp762 .Case("DebugDirectivesOnly", DebugDirectivesOnly) in getEmissionKind()
780 case DebugDirectivesOnly: return "DebugDirectivesOnly"; in emissionKindString()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1124 DebugDirectivesOnly, enumerator
1125 LastEmissionKind = DebugDirectivesOnly
1247 return EmissionKind == DebugDirectivesOnly; in isDebugDirectivesOnly()
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h1319 DebugDirectivesOnly, enumerator
1320 LastEmissionKind = DebugDirectivesOnly
1447 return EmissionKind == DebugDirectivesOnly; in isDebugDirectivesOnly()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp865 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp856 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp602 case codegenoptions::DebugDirectivesOnly: in CreateCompileUnit()
603 EmissionKind = llvm::DICompileUnit::DebugDirectivesOnly; in CreateCompileUnit()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp876 .Case("line-directives-only", codegenoptions::DebugDirectivesOnly) in ParseCodeGenArgs()