Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDebugInfoOptions.h35 DebugLineTablesOnly, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp600 case codegenoptions::DebugLineTablesOnly: in CreateCompileUnit()
2247 codegenoptions::DebugLineTablesOnly) in addHeapAllocSiteMetadata()
2259 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()
2334 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClass()
2386 if (DebugKind == codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
3222 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeUnusedClass()
3549 DebugKind <= codegenoptions::DebugLineTablesOnly)) in collectFunctionDeclProps()
3555 (DebugKind == codegenoptions::DebugLineTablesOnly && in collectFunctionDeclProps()
3736 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getFunctionDeclaration()
3773 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getObjCMethodDeclaration()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp511 return codegenoptions::DebugLineTablesOnly; in DebugLevelToInfoKind()
1032 case codegenoptions::DebugLineTablesOnly: in RenderDebugEnablingArgs()
3921 (DebugInfoKind == codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4029 if (DebugInfoKind != codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4099 DebugInfoKind = codegenoptions::DebugLineTablesOnly; in renderDebugOptions()
7131 *DebugInfoKind = codegenoptions::DebugLineTablesOnly; in AddClangCLArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1344 case codegenoptions::DebugLineTablesOnly: in GenerateCodeGenArgs()
1615 .Case("line-tables-only", codegenoptions::DebugLineTablesOnly) in ParseCodeGenArgs()