Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h31 DebugDirectivesOnly, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp345 DebugDirectivesOnly, /// Emit only debug directives.
371 return DebugDirectivesOnly; in mustEmitDebugInfo()
373 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly;
375 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in ConstructJob()
452 if (DIKind == DebugDirectivesOnly) in ConstructJob()
778 case DebugDirectivesOnly: in adjustDebugInfoKind()
779 DebugInfoKind = llvm::codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
341 DebugDirectivesOnly, /// Emit only debug directives. global() enumerator
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 ConstructJob()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp981 .Case("DebugDirectivesOnly", DebugDirectivesOnly) in getNameTableKind()
1003 case DebugDirectivesOnly: in nameTableKindString()
1004 return "DebugDirectivesOnly"; in nameTableKindString()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1441 DebugDirectivesOnly,
1442 LastEmissionKind = DebugDirectivesOnly
1562 return EmissionKind == DebugDirectivesOnly; in replaceGlobalVariables()
1383 DebugDirectivesOnly, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp905 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1559 case llvm::codegenoptions::DebugDirectivesOnly: in GenerateCodeGenArgs()
1833 llvm::codegenoptions::DebugDirectivesOnly) in ParseCodeGenArgs()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp622 case llvm::codegenoptions::DebugDirectivesOnly: in CreateCompileUnit()
623 EmissionKind = llvm::DICompileUnit::DebugDirectivesOnly; in CreateCompileUnit()