Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDebugInfoOptions.h46 LimitedDebugInfo, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp514 return codegenoptions::LimitedDebugInfo; in DebugLevelToInfoKind()
1038 case codegenoptions::LimitedDebugInfo: in RenderDebugEnablingArgs()
2541 codegenoptions::LimitedDebugInfo, in CollectArgsForIntegratedAssembler()
3909 DebugInfoKind = codegenoptions::LimitedDebugInfo; in renderDebugOptions()
4031 DebugInfoKind = codegenoptions::LimitedDebugInfo; in renderDebugOptions()
4052 if (DebugInfoKind == codegenoptions::LimitedDebugInfo) { in renderDebugOptions()
7129 *DebugInfoKind = codegenoptions::LimitedDebugInfo; in AddClangCLArgs()
7415 DebugInfoKind = (WantDebug ? codegenoptions::LimitedDebugInfo in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1353 case codegenoptions::LimitedDebugInfo: in GenerateCodeGenArgs()
1618 .Case("limited", codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1632 if (Opts.getDebugInfo() == codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp607 case codegenoptions::LimitedDebugInfo: in CreateCompileUnit()
2272 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()
2389 if (DebugKind > codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()