Searched refs:DebugInfoKind (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DebugInfoOptions.h | 20 enum DebugInfoKind { enum
|
| H A D | CodeGenOptions.def | 344 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Cuda.h | 163 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
|
| H A D | Clang.h | 88 codegenoptions::DebugInfoKind *DebugInfoKind,
|
| H A D | Clang.cpp | 1031 codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument 1034 switch (DebugInfoKind) { in RenderDebugEnablingArgs() 3875 codegenoptions::DebugInfoKind &DebugInfoKind, in renderDebugOptions() argument 3922 DebugInfoKind = DebugLevelToInfoKind(*A); in renderDebugOptions() 3968 DebugInfoKind != codegenoptions::NoDebugInfo) { in renderDebugOptions() 4006 DebugInfoKind = codegenoptions::NoDebugInfo; in renderDebugOptions() 4066 DebugInfoKind = codegenoptions::FullDebugInfo; in renderDebugOptions() 4111 TC.adjustDebugInfoKind(DebugInfoKind, Args); in renderDebugOptions() 5190 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob() local 7104 codegenoptions::DebugInfoKind *DebugInfoKind, in AddClangCLArgs() argument [all …]
|
| H A D | Cuda.cpp | 793 codegenoptions::DebugInfoKind &DebugInfoKind, const ArgList &Args) const { in adjustDebugInfoKind() argument 796 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind() 799 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 533 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 60 const codegenoptions::DebugInfoKind DebugKind;
|
| H A D | CGDebugInfo.cpp | 2354 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1623 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
|