Searched refs:DebugInfoKind (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | DebugInfoOptions.h | 20 enum DebugInfoKind { enum
|
| H A D | CodeGenOptions.def | 339 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
|
| /netbsd-src/external/apache2/llvm/dist/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 | 503 static codegenoptions::DebugInfoKind DebugLevelToInfoKind(const Arg &A) { in DebugLevelToInfoKind() 1025 codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument 1028 switch (DebugInfoKind) { in RenderDebugEnablingArgs() 3867 codegenoptions::DebugInfoKind &DebugInfoKind, in renderDebugOptions() argument 3909 DebugInfoKind = codegenoptions::LimitedDebugInfo; in renderDebugOptions() 3914 DebugInfoKind = DebugLevelToInfoKind(*A); in renderDebugOptions() 3919 if (DebugInfoKind == codegenoptions::NoDebugInfo || in renderDebugOptions() 3920 DebugInfoKind == codegenoptions::DebugDirectivesOnly || in renderDebugOptions() 3921 (DebugInfoKind == codegenoptions::DebugLineTablesOnly && in renderDebugOptions() 3960 DebugInfoKind != codegenoptions::NoDebugInfo) { in renderDebugOptions() [all …]
|
| H A D | Cuda.cpp | 787 codegenoptions::DebugInfoKind &DebugInfoKind, const ArgList &Args) const { in adjustDebugInfoKind() argument 790 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind() 793 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 529 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 60 const codegenoptions::DebugInfoKind DebugKind;
|
| H A D | CGDebugInfo.cpp | 2373 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1626 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
|