Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DDebugInfoOptions.h53 UnusedTypeInfo, enumerator
DCodeGenOptions.h418 return getDebugInfo() >= codegenoptions::UnusedTypeInfo; in hasMaybeUnusedDebugInfo()
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp991 case codegenoptions::UnusedTypeInfo: in RenderDebugEnablingArgs()
3891 DebugInfoKind = codegenoptions::UnusedTypeInfo; in RenderDebugOptions()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp880 .Case("unused-types", codegenoptions::UnusedTypeInfo) in ParseCodeGenArgs()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp608 case codegenoptions::UnusedTypeInfo: in CreateCompileUnit()