Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h54 UnusedTypeInfo, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h534 return getDebugInfo() >= llvm::codegenoptions::UnusedTypeInfo; in hasMaybeUnusedDebugInfo()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1571 case llvm::codegenoptions::UnusedTypeInfo: in GenerateCodeGenArgs()
1837 .Case("unused-types", llvm::codegenoptions::UnusedTypeInfo) in ParseCodeGenArgs()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp2030 case llvm::codegenoptions::UnusedTypeInfo: in addDebugInfoKind()
H A DClang.cpp4611 DebugInfoKind = llvm::codegenoptions::UnusedTypeInfo; in renderDebugOptions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp628 case llvm::codegenoptions::UnusedTypeInfo: in CreateCompileUnit()