Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDebugInfoOptions.h29 DebugDirectivesOnly, /// Emit only debug directives with the line numbers data enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DCuda.cpp288 DebugDirectivesOnly, /// Emit only debug directives. enumerator
314 return DebugDirectivesOnly; in mustEmitDebugInfo()
316 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()
389 if (DIKind == DebugDirectivesOnly) in ConstructJob()
725 case DebugDirectivesOnly: in adjustDebugInfoKind()
726 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
H A DClang.cpp501 return codegenoptions::DebugDirectivesOnly; in DebugLevelToInfoKind()
928 case codegenoptions::DebugDirectivesOnly: in RenderDebugEnablingArgs()
3158 DebugInfoKind == codegenoptions::DebugDirectivesOnly || in RenderDebugOptions()
3214 if (DWARFVersion == 0 && DebugInfoKind == codegenoptions::DebugDirectivesOnly) in RenderDebugOptions()
3238 DebugInfoKind != codegenoptions::DebugDirectivesOnly) { in RenderDebugOptions()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfoMetadata.cpp541 .Case("DebugDirectivesOnly", DebugDirectivesOnly) in getEmissionKind()
559 case DebugDirectivesOnly: return "DebugDirectivesOnly"; in emissionKindString()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1170 DebugDirectivesOnly,
1171 LastEmissionKind = DebugDirectivesOnly
1293 return EmissionKind == DebugDirectivesOnly;
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp892 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp588 case codegenoptions::DebugDirectivesOnly: in CreateCompileUnit()
589 EmissionKind = llvm::DICompileUnit::DebugDirectivesOnly; in CreateCompileUnit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp683 .Case("line-directives-only", codegenoptions::DebugDirectivesOnly) in ParseCodeGenArgs()