Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h41 DebugInfoConstructor, enumerator
/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h540 return getDebugInfo() >= llvm::codegenoptions::DebugInfoConstructor; in hasSanitizeCoverage()
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1620 case llvm::codegenoptions::DebugInfoConstructor: in GenerateCodeGenArgs()
1913 .Case("constructor", llvm::codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs()
1931 Opts.setDebugInfo(llvm::codegenoptions::DebugInfoConstructor); in ParseCodeGenArgs()
1933 Opts.getDebugInfo() == llvm::codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs()
/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2777 llvm::codegenoptions::DebugInfoConstructor, in RenderFloatingPointOptions()
4629 DebugInfoKind = llvm::codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4737 DebugInfoKind = llvm::codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4760 DebugInfoKind == llvm::codegenoptions::DebugInfoConstructor) { in ProcessVSRuntimeLibrary()
4912 (DebugInfoKind == llvm::codegenoptions::DebugInfoConstructor || in ConstructJob()
4943 if (DebugInfoKind >= llvm::codegenoptions::DebugInfoConstructor) in ConstructJob()
8783 DebugInfoKind = (WantDebug ? llvm::codegenoptions::DebugInfoConstructor in ConstructJobMultipleOutputs()
H A DCommonArgs.cpp2087 case llvm::codegenoptions::DebugInfoConstructor: in getDwarfVersion()
2117 return llvm::codegenoptions::DebugInfoConstructor; in getLibGccType()
/llvm-project/flang/lib/Frontend/
H A DCompilerInvocation.cpp138 .Case("constructor", llvm::codegenoptions::DebugInfoConstructor) in parseDebugArgs()
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp652 case llvm::codegenoptions::DebugInfoConstructor: in CreateCompileUnit()
2161 if (DebugKind == llvm::codegenoptions::DebugInfoConstructor) in CollectCXXMemberFunctions()
2832 if ((DebugKind == llvm::codegenoptions::DebugInfoConstructor) && in GetPreferredNameType()