Home
last modified time | relevance | path

Searched refs:DebugInfoKind (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.h80 void adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind &DebugInfoKind,
H A DCommonArgs.h90 llvm::codegenoptions::DebugInfoKind DebugInfoKind);
92 llvm::codegenoptions::DebugInfoKind
H A DHIPSPV.cpp282 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
287 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
H A DFlang.cpp130 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 DCuda.h165 void adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind &DebugInfoKind,
H A DClang.cpp860 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 DCuda.cpp806 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 DCommonArgs.cpp2079 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 DOptions.h20 enum DebugInfoKind { enum
/llvm-project/flang/include/flang/Tools/
H A DCLOptions.inc
H A DCrossToolHelpers.h112 llvm::codegenoptions::DebugInfoKind DebugInfo =
/llvm-project/flang/include/flang/Frontend/
H A DCodeGenOptions.def40 ENUM_CODEGENOPT(DebugInfo, llvm::codegenoptions::DebugInfoKind, 4, llvm::codegenoptions::NoDebugInfo) ///< Level of debug info to generate
/llvm-project/clang/include/clang/Driver/
H A DToolChain.h611 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 DDebugOptions.def107 ENUM_DEBUGOPT(DebugInfo, llvm::codegenoptions::DebugInfoKind, 4,
/llvm-project/flang/lib/Frontend/
H A DCompilerInvocation.cpp130 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 DCGHLSLRuntime.cpp135 codegenoptions::DebugInfoKind::LimitedDebugInfo) in addConstant()
H A DCGDebugInfo.h62 const llvm::codegenoptions::DebugInfoKind DebugKind;
H A DCGDebugInfo.cpp2780 static bool shouldOmitDefinition(llvm::codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
/llvm-project/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp1034 codegenoptions::DebugInfoKind::LimitedDebugInfo); in TEST_F()
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1922 Opts.setDebugInfo(static_cast<llvm::codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()