Searched refs:DebugInfoKind (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DebugInfoOptions.h | 21 enum DebugInfoKind { enum
|
| H A D | CodeGenOptions.def | 290 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 3, codegenoptions::NoDebugInfo)
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | Cuda.h | 162 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
|
| H A D | Clang.cpp | 924 codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument 927 switch (DebugInfoKind) { in RenderDebugEnablingArgs() 3107 codegenoptions::DebugInfoKind &DebugInfoKind, in RenderDebugOptions() argument 3146 DebugInfoKind = DebugLevelToInfoKind(*A); in RenderDebugOptions() 3202 DebugInfoKind != codegenoptions::NoDebugInfo) { in RenderDebugOptions() 3215 DebugInfoKind = codegenoptions::NoDebugInfo; in RenderDebugOptions() 3274 DebugInfoKind = codegenoptions::FullDebugInfo; in RenderDebugOptions() 3301 TC.adjustDebugInfoKind(DebugInfoKind, Args); in RenderDebugOptions() 4030 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob() local 5579 codegenoptions::DebugInfoKind *DebugInfoKind, in AddClangCLArgs() argument [all …]
|
| H A D | Clang.h | 86 codegenoptions::DebugInfoKind *DebugInfoKind,
|
| H A D | Cuda.cpp | 720 codegenoptions::DebugInfoKind &DebugInfoKind, const ArgList &Args) const { in adjustDebugInfoKind() argument 723 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind() 726 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 446 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 58 const codegenoptions::DebugInfoKind DebugKind;
|
| H A D | CGDebugInfo.cpp | 2047 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 691 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
|