Searched defs:DebugInfoKind (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugInfoOptions.h20 enum DebugInfoKind { enum in namespace:clang::codegenoptions
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h472 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp726 adjustDebugInfoKind( codegenoptions::DebugInfoKind &DebugInfoKind, const ArgList &Args) const argument
H A DClang.cpp991 RenderDebugEnablingArgs(const ArgList &Args, ArgStringList &CmdArgs, codegenoptions::DebugInfoKind DebugInfoKind, unsigned DwarfVersion, llvm::DebuggerKind DebuggerTuning) argument
3575 RenderDebugOptions(const ToolChain &TC, const Driver &D, const llvm::Triple &T, const ArgList &Args, bool EmitCodeView, bool IsWindowsMSVC, ArgStringList &CmdArgs, codegenoptions::DebugInfoKind &DebugInfoKind, DwarfFissionKind &DwarfFission) argument
4632 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; local
6301 AddClangCLArgs(const ArgList &Args, types::ID InputType, ArgStringList &CmdArgs, codegenoptions::DebugInfoKind *DebugInfoKind, bool *EmitCodeView) const argument
6667 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; local
[all...]

Completed in 135 milliseconds