Searched refs:DebugInfoKind (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | HIPSPV.h | 80 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
|
| H A D | HIPSPV.cpp | 286 codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument 291 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
|
| H A D | Cuda.h | 170 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
|
| H A D | Clang.h | 92 codegenoptions::DebugInfoKind *DebugInfoKind,
|
| H A D | Clang.cpp | 1074 codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument 1077 switch (DebugInfoKind) { in RenderDebugEnablingArgs() 4097 codegenoptions::DebugInfoKind &DebugInfoKind, in renderDebugOptions() argument 4138 DebugInfoKind = DebugLevelToInfoKind(*A); in renderDebugOptions() 4184 DebugInfoKind != codegenoptions::NoDebugInfo) { in renderDebugOptions() 4222 DebugInfoKind = codegenoptions::NoDebugInfo; in renderDebugOptions() 4282 DebugInfoKind = codegenoptions::FullDebugInfo; in renderDebugOptions() 4327 TC.adjustDebugInfoKind(DebugInfoKind, Args); in renderDebugOptions() 5470 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob() local 7531 codegenoptions::DebugInfoKind *DebugInfoKind, in AddClangCLArgs() argument [all …]
|
| H A D | Cuda.cpp | 802 codegenoptions::DebugInfoKind &DebugInfoKind, const ArgList &Args) const { in adjustDebugInfoKind() argument 805 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind() 808 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DebugInfoOptions.h | 20 enum DebugInfoKind { enum
|
| H A D | CodeGenOptions.def | 377 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 562 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 59 const codegenoptions::DebugInfoKind DebugKind;
|
| H A D | CGDebugInfo.cpp | 2481 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | CompilerInvocationTest.cpp | 967 codegenoptions::DebugInfoKind::LimitedDebugInfo); in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1652 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
|