Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCuda.cpp359 DebugDirectivesOnly, /// Emit only debug directives. enumerator
385 return DebugDirectivesOnly; in mustEmitDebugInfo()
387 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()
389 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()
460 if (DIKind == DebugDirectivesOnly) in ConstructJob()
792 case DebugDirectivesOnly: in adjustDebugInfoKind()
793 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
H A DClang.cpp513 return codegenoptions::DebugDirectivesOnly; in DebugLevelToInfoKind()
1029 case codegenoptions::DebugDirectivesOnly: in RenderDebugEnablingArgs()
3920 DebugInfoKind == codegenoptions::DebugDirectivesOnly || in renderDebugOptions()
3997 DebugInfoKind == codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
4030 DebugInfoKind != codegenoptions::DebugDirectivesOnly) { in renderDebugOptions()
4098 DebugInfoKind <= codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDebugInfoOptions.h31 DebugDirectivesOnly, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp777 .Case("DebugDirectivesOnly", DebugDirectivesOnly) in getEmissionKind()
795 case DebugDirectivesOnly: return "DebugDirectivesOnly"; in emissionKindString()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1326 DebugDirectivesOnly, enumerator
1327 LastEmissionKind = DebugDirectivesOnly
1454 return EmissionKind == DebugDirectivesOnly; in isDebugDirectivesOnly()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp856 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1347 case codegenoptions::DebugDirectivesOnly: in GenerateCodeGenArgs()
1616 .Case("line-directives-only", codegenoptions::DebugDirectivesOnly) in ParseCodeGenArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp603 case codegenoptions::DebugDirectivesOnly: in CreateCompileUnit()
604 EmissionKind = llvm::DICompileUnit::DebugDirectivesOnly; in CreateCompileUnit()