Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h31 DebugDirectivesOnly, enumerator
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp349 DebugDirectivesOnly, /// Emit only debug directives. enumerator
375 return DebugDirectivesOnly; in mustEmitDebugInfo()
377 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()
379 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()
456 if (DIKind == DebugDirectivesOnly) in ConstructJob()
800 case DebugDirectivesOnly: in adjustDebugInfoKind()
801 DebugInfoKind = llvm::codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
H A DCommonArgs.cpp2158 case llvm::codegenoptions::DebugDirectivesOnly: in addDebugInfoKind()
2193 return llvm::codegenoptions::DebugDirectivesOnly; in debugLevelToInfoKind()
H A DClang.cpp4464 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly || in renderDebugOptions()
4525 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
4560 DebugInfoKind != llvm::codegenoptions::DebugDirectivesOnly) { in renderDebugOptions()
4631 DebugInfoKind <= llvm::codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1251 .Case("DebugDirectivesOnly", DebugDirectivesOnly) in getEmissionKind()
1273 case DebugDirectivesOnly: in emissionKindString()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp743 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1987 DebugDirectivesOnly, enumerator
1988 LastEmissionKind = DebugDirectivesOnly
2110 return EmissionKind == DebugDirectivesOnly; in isDebugDirectivesOnly()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1629 case llvm::codegenoptions::DebugDirectivesOnly: in GenerateCodeGenArgs()
1944 llvm::codegenoptions::DebugDirectivesOnly) in ParseCodeGenArgs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp761 case llvm::codegenoptions::DebugDirectivesOnly: in CreateCompileUnit()
762 EmissionKind = llvm::DICompileUnit::DebugDirectivesOnly; in CreateCompileUnit()