Searched refs:DebugInfoKind (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/ |
| H A D | Options.h | 20 enum DebugInfoKind { enum
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HIPSPV.cpp | 284 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument 289 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
|
| H A D | Cuda.h | 165 void adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind &DebugInfoKind,
|
| H A D | Flang.cpp | 133 llvm::codegenoptions::DebugInfoKind DebugInfoKind; in addOtherOptions() local 136 DebugInfoKind = debugLevelToInfoKind(*gNArg); in addOtherOptions() 138 DebugInfoKind = llvm::codegenoptions::FullDebugInfo; in addOtherOptions() 140 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in addOtherOptions() 142 addDebugInfoKind(CmdArgs, DebugInfoKind); in addOtherOptions()
|
| H A D | Clang.cpp | 687 llvm::codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument 690 addDebugInfoKind(CmdArgs, DebugInfoKind); in RenderDebugEnablingArgs() 4417 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in renderDebugOptions() argument 4453 DebugInfoKind = llvm::codegenoptions::DebugInfoConstructor; in renderDebugOptions() 4458 DebugInfoKind = debugLevelToInfoKind(*A); in renderDebugOptions() 4463 if (DebugInfoKind == llvm::codegenoptions::NoDebugInfo || in renderDebugOptions() 4464 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly || in renderDebugOptions() 4465 (DebugInfoKind == llvm::codegenoptions::DebugLineTablesOnly && in renderDebugOptions() 4500 DebugInfoKind != llvm::codegenoptions::NoDebugInfo) { in renderDebugOptions() 4525 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly) in renderDebugOptions() [all …]
|
| H A D | Cuda.cpp | 794 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument 798 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind() 801 DebugInfoKind = llvm::codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
|
| H A D | CommonArgs.cpp | 2156 ArgStringList &CmdArgs, llvm::codegenoptions::DebugInfoKind DebugInfoKind) { in addDebugInfoKind() argument 2157 switch (DebugInfoKind) { in addDebugInfoKind() 2183 llvm::codegenoptions::DebugInfoKind tools::debugLevelToInfoKind(const Arg &A) { in debugLevelToInfoKind()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | CommonArgs.h | 92 llvm::codegenoptions::DebugInfoKind DebugInfoKind); 94 llvm::codegenoptions::DebugInfoKind
|
| H A D | ToolChain.h | 634 adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DebugOptions.def | 92 ENUM_DEBUGOPT(DebugInfo, llvm::codegenoptions::DebugInfoKind, 4,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 65 const llvm::codegenoptions::DebugInfoKind DebugKind;
|
| H A D | CGDebugInfo.cpp | 2966 static bool shouldOmitDefinition(llvm::codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1954 Opts.setDebugInfo(static_cast<llvm::codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
|