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.cpp345 DebugDirectivesOnly, /// Emit only debug directives. enumerator
371 return DebugDirectivesOnly; in mustEmitDebugInfo()
373 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()
375 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()
452 if (DIKind == DebugDirectivesOnly) in ConstructJob()
778 case DebugDirectivesOnly: in adjustDebugInfoKind()
779 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.cpp4488 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly || in renderDebugOptions()
4549 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
4584 DebugInfoKind != llvm::codegenoptions::DebugDirectivesOnly) { in renderDebugOptions()
4651 DebugInfoKind <= llvm::codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp981 .Case("DebugDirectivesOnly", DebugDirectivesOnly) in getEmissionKind()
1003 case DebugDirectivesOnly: in emissionKindString()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1441 DebugDirectivesOnly, enumerator
1442 LastEmissionKind = DebugDirectivesOnly
1562 return EmissionKind == DebugDirectivesOnly; in isDebugDirectivesOnly()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp905 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1559 case llvm::codegenoptions::DebugDirectivesOnly: in GenerateCodeGenArgs()
1833 llvm::codegenoptions::DebugDirectivesOnly) in ParseCodeGenArgs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp622 case llvm::codegenoptions::DebugDirectivesOnly: in CreateCompileUnit()
623 EmissionKind = llvm::DICompileUnit::DebugDirectivesOnly; in CreateCompileUnit()