Searched refs:DebugInfoKind (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 159 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
|
| H A D | Clang.h | 94 codegenoptions::DebugInfoKind *DebugInfoKind,
|
| H A D | Clang.cpp | 405 static codegenoptions::DebugInfoKind DebugLevelToInfoKind(const Arg &A) { in DebugLevelToInfoKind() 973 codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument 976 switch (DebugInfoKind) { in RenderDebugEnablingArgs() 4103 codegenoptions::DebugInfoKind &DebugInfoKind, in renderDebugOptions() argument 4139 DebugInfoKind = codegenoptions::DebugInfoConstructor; in renderDebugOptions() 4144 DebugInfoKind = DebugLevelToInfoKind(*A); in renderDebugOptions() 4149 if (DebugInfoKind == codegenoptions::NoDebugInfo || in renderDebugOptions() 4150 DebugInfoKind == codegenoptions::DebugDirectivesOnly || in renderDebugOptions() 4151 (DebugInfoKind == codegenoptions::DebugLineTablesOnly && in renderDebugOptions() 4185 DebugInfoKind != codegenoptions::NoDebugInfo) { in renderDebugOptions() [all …]
|
| H A D | Cuda.cpp | 751 codegenoptions::DebugInfoKind &DebugInfoKind, const ArgList &Args) const { in adjustDebugInfoKind() argument 754 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind() 757 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DebugInfoOptions.h | 20 enum DebugInfoKind { enum
|
| H A D | CodeGenOptions.def | 392 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 574 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 131 codegenoptions::DebugInfoKind::LimitedDebugInfo) in addConstant()
|
| H A D | CGDebugInfo.h | 59 const codegenoptions::DebugInfoKind DebugKind;
|
| H A D | CGDebugInfo.cpp | 2491 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1660 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
|