Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h31 DebugDirectivesOnly, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp341 DebugDirectivesOnly, /// Emit only debug directives. enumerator
367 return DebugDirectivesOnly; in mustEmitDebugInfo()
369 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()
371 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()
444 if (DIKind == DebugDirectivesOnly) in ConstructJob()
777 case DebugDirectivesOnly: in adjustDebugInfoKind()
778 DebugInfoKind = llvm::codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
H A DCommonArgs.cpp2015 case llvm::codegenoptions::DebugDirectivesOnly: in addDebugInfoKind()
2050 return llvm::codegenoptions::DebugDirectivesOnly; in debugLevelToInfoKind()
H A DClang.cpp4291 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly || in renderDebugOptions()
4352 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
4387 DebugInfoKind != llvm::codegenoptions::DebugDirectivesOnly) { in renderDebugOptions()
4454 DebugInfoKind <= llvm::codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp971 .Case("DebugDirectivesOnly", DebugDirectivesOnly) in getEmissionKind()
993 case DebugDirectivesOnly: in emissionKindString()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1383 DebugDirectivesOnly, enumerator
1384 LastEmissionKind = DebugDirectivesOnly
1504 return EmissionKind == DebugDirectivesOnly; in isDebugDirectivesOnly()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp900 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1486 case llvm::codegenoptions::DebugDirectivesOnly: in GenerateCodeGenArgs()
1757 llvm::codegenoptions::DebugDirectivesOnly) in ParseCodeGenArgs()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp612 case llvm::codegenoptions::DebugDirectivesOnly: in CreateCompileUnit()
613 EmissionKind = llvm::DICompileUnit::DebugDirectivesOnly; in CreateCompileUnit()