| /llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HIPSPV.h | 80 void adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind &DebugInfoKind,
|
| H A D | CommonArgs.h | 90 llvm::codegenoptions::DebugInfoKind DebugInfoKind); 92 llvm::codegenoptions::DebugInfoKind
|
| H A D | HIPSPV.cpp | 282 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument 287 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
|
| H A D | Flang.cpp | 130 llvm::codegenoptions::DebugInfoKind DebugInfoKind; in addCodegenOptions() 133 DebugInfoKind = debugLevelToInfoKind(*gNArg); in addCodegenOptions() 135 DebugInfoKind = llvm::codegenoptions::FullDebugInfo; in addCodegenOptions() 137 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in addCodegenOptions() 139 addDebugInfoKind(CmdArgs, DebugInfoKind); in addCodegenOptions() 116 llvm::codegenoptions::DebugInfoKind DebugInfoKind; addOtherOptions() local
|
| H A D | Cuda.h | 165 void adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind &DebugInfoKind,
|
| H A D | Clang.cpp | 860 llvm::codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() 863 addDebugInfoKind(CmdArgs, DebugInfoKind); in RenderDebugEnablingArgs() 4593 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in renderDebugOptions() 4629 DebugInfoKind = llvm::codegenoptions::DebugInfoConstructor; in renderDebugOptions() 4634 DebugInfoKind = debugLevelToInfoKind(*A); in renderDebugOptions() 4639 if (DebugInfoKind == llvm::codegenoptions::NoDebugInfo || in renderDebugOptions() 4640 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly || in renderDebugOptions() 4641 (DebugInfoKind in renderDebugOptions() 842 RenderDebugEnablingArgs(const ArgList & Args,ArgStringList & CmdArgs,llvm::codegenoptions::DebugInfoKind DebugInfoKind,unsigned DwarfVersion,llvm::DebuggerKind DebuggerTuning) RenderDebugEnablingArgs() argument 4365 renderDebugOptions(const ToolChain & TC,const Driver & D,const llvm::Triple & T,const ArgList & Args,bool IRInput,ArgStringList & CmdArgs,const InputInfo & Output,llvm::codegenoptions::DebugInfoKind & DebugInfoKind,DwarfFissionKind & DwarfFission) renderDebugOptions() argument 5962 llvm::codegenoptions::DebugInfoKind DebugInfoKind = ConstructJob() local 8475 llvm::codegenoptions::DebugInfoKind DebugInfoKind = ConstructJob() local [all...] |
| H A D | Cuda.cpp | 806 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() 810 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind() 813 DebugInfoKind = llvm::codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind() 805 adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind & DebugInfoKind,const ArgList & Args) const adjustDebugInfoKind() argument
|
| H A D | CommonArgs.cpp | 2079 ArgStringList &CmdArgs, llvm::codegenoptions::DebugInfoKind DebugInfoKind) { 2080 switch (DebugInfoKind) { in getDwarfVersion() 2105 // to the corresponding DebugInfoKind. in AddAssemblerKPIC() 2106 llvm::codegenoptions::DebugInfoKind tools::debugLevelToInfoKind(const Arg &A) { in AddAssemblerKPIC() 2009 addDebugInfoKind(ArgStringList & CmdArgs,llvm::codegenoptions::DebugInfoKind DebugInfoKind) addDebugInfoKind() argument
|
| /llvm-project/llvm/include/llvm/Frontend/Debug/ |
| H A D | Options.h | 20 enum DebugInfoKind { enum
|
| /llvm-project/flang/include/flang/Tools/ |
| H A D | CLOptions.inc | |
| H A D | CrossToolHelpers.h | 112 llvm::codegenoptions::DebugInfoKind DebugInfo =
|
| /llvm-project/flang/include/flang/Frontend/ |
| H A D | CodeGenOptions.def | 40 ENUM_CODEGENOPT(DebugInfo, llvm::codegenoptions::DebugInfoKind, 4, llvm::codegenoptions::NoDebugInfo) ///< Level of debug info to generate
|
| /llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 611 adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind &DebugInfoKind, 612 adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind & DebugInfoKind,const llvm::opt::ArgList & Args) adjustDebugInfoKind() argument
|
| /llvm-project/clang/include/clang/Basic/ |
| H A D | DebugOptions.def | 107 ENUM_DEBUGOPT(DebugInfo, llvm::codegenoptions::DebugInfoKind, 4,
|
| /llvm-project/flang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 130 using DebugInfoKind = llvm::codegenoptions::DebugInfoKind; in parseDebugArgs() 133 std::optional<DebugInfoKind> val = in parseDebugArgs() 134 llvm::StringSwitch<std::optional<DebugInfoKind>>(arg->getValue()) in parseDebugArgs() 129 using DebugInfoKind = llvm::codegenoptions::DebugInfoKind; parseDebugArgs() typedef
|
| /llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 135 codegenoptions::DebugInfoKind::LimitedDebugInfo) in addConstant()
|
| H A D | CGDebugInfo.h | 62 const llvm::codegenoptions::DebugInfoKind DebugKind;
|
| H A D | CGDebugInfo.cpp | 2780 static bool shouldOmitDefinition(llvm::codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
|
| /llvm-project/clang/unittests/Frontend/ |
| H A D | CompilerInvocationTest.cpp | 1034 codegenoptions::DebugInfoKind::LimitedDebugInfo); in TEST_F()
|
| /llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1922 Opts.setDebugInfo(static_cast<llvm::codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
|