Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDebugInfoOptions.h31 DebugDirectivesOnly, enumerator
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCuda.cpp333 DebugDirectivesOnly, /// Emit only debug directives. enumerator
359 return DebugDirectivesOnly; in mustEmitDebugInfo()
361 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()
363 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()
436 if (DIKind == DebugDirectivesOnly) in ConstructJob()
756 case DebugDirectivesOnly: in adjustDebugInfoKind()
757 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
H A DClang.cpp415 return codegenoptions::DebugDirectivesOnly; in DebugLevelToInfoKind()
977 case codegenoptions::DebugDirectivesOnly: in RenderDebugEnablingArgs()
4150 DebugInfoKind == codegenoptions::DebugDirectivesOnly || in renderDebugOptions()
4210 DebugInfoKind == codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
4245 DebugInfoKind != codegenoptions::DebugDirectivesOnly) { in renderDebugOptions()
4312 DebugInfoKind <= codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp902 .Case("DebugDirectivesOnly", DebugDirectivesOnly) in getEmissionKind()
923 case DebugDirectivesOnly: in emissionKindString()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1372 DebugDirectivesOnly, enumerator
1373 LastEmissionKind = DebugDirectivesOnly
1492 return EmissionKind == DebugDirectivesOnly; in isDebugDirectivesOnly()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp867 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1372 case codegenoptions::DebugDirectivesOnly: in GenerateCodeGenArgs()
1650 .Case("line-directives-only", codegenoptions::DebugDirectivesOnly) in ParseCodeGenArgs()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp605 case codegenoptions::DebugDirectivesOnly: in CreateCompileUnit()
606 EmissionKind = llvm::DICompileUnit::DebugDirectivesOnly; in CreateCompileUnit()