Home
last modified time | relevance | path

Searched refs:LimitedDebugInfo (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDebugInfoOptions.h47 LimitedDebugInfo, enumerator
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp131 codegenoptions::DebugInfoKind::LimitedDebugInfo) in addConstant()
H A DCGDebugInfo.cpp609 case codegenoptions::LimitedDebugInfo: in CreateCompileUnit()
2390 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()
2507 if (DebugKind > codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1378 case codegenoptions::LimitedDebugInfo: in GenerateCodeGenArgs()
1652 .Case("limited", codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1668 Opts.getDebugInfo() == codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1672 Opts.setDebugInfo(codegenoptions::LimitedDebugInfo); in ParseCodeGenArgs()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp986 case codegenoptions::LimitedDebugInfo: in RenderDebugEnablingArgs()
4268 if (DebugInfoKind == codegenoptions::LimitedDebugInfo || in renderDebugOptions()