Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h41 DebugInfoConstructor, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h576 return getDebugInfo() >= llvm::codegenoptions::DebugInfoConstructor; in hasReducedDebugInfo()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2664 llvm::codegenoptions::DebugInfoConstructor, in CollectArgsForIntegratedAssembler()
4453 DebugInfoKind = llvm::codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4561 DebugInfoKind = llvm::codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4584 DebugInfoKind == llvm::codegenoptions::DebugInfoConstructor) { in renderDebugOptions()
4740 (DebugInfoKind == llvm::codegenoptions::DebugInfoConstructor || in renderDebugOptions()
4771 if (DebugInfoKind >= llvm::codegenoptions::DebugInfoConstructor) in renderDebugOptions()
8662 DebugInfoKind = (WantDebug ? llvm::codegenoptions::DebugInfoConstructor in ConstructJob()
H A DCommonArgs.cpp2164 case llvm::codegenoptions::DebugInfoConstructor: in addDebugInfoKind()
2194 return llvm::codegenoptions::DebugInfoConstructor; in debugLevelToInfoKind()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1632 case llvm::codegenoptions::DebugInfoConstructor: in GenerateCodeGenArgs()
1945 .Case("constructor", llvm::codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs()
1963 Opts.setDebugInfo(llvm::codegenoptions::DebugInfoConstructor); in ParseCodeGenArgs()
1965 Opts.getDebugInfo() == llvm::codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp764 case llvm::codegenoptions::DebugInfoConstructor: in CreateCompileUnit()
2296 if (DebugKind == llvm::codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()
3018 if ((DebugKind == llvm::codegenoptions::DebugInfoConstructor) && in shouldOmitDefinition()