Home
last modified time | relevance | path

Searched defs:DebugInfoKind (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h20 enum DebugInfoKind { enum
/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp282 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind()
H A DFlang.cpp116 llvm::codegenoptions::DebugInfoKind DebugInfoKind; addOtherOptions() local
H A DCuda.cpp805 adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind & DebugInfoKind,const ArgList & Args) const adjustDebugInfoKind() argument
H A DClang.cpp842 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 DCommonArgs.cpp2009 addDebugInfoKind(ArgStringList & CmdArgs,llvm::codegenoptions::DebugInfoKind DebugInfoKind) addDebugInfoKind() argument
/llvm-project/clang/include/clang/Driver/
H A DToolChain.h612 adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind & DebugInfoKind,const llvm::opt::ArgList & Args) adjustDebugInfoKind() argument
/llvm-project/flang/lib/Frontend/
H A DCompilerInvocation.cpp129 using DebugInfoKind = llvm::codegenoptions::DebugInfoKind; parseDebugArgs() typedef