Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDebugInfoOptions.h20 enum DebugInfoKind { enum
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp286 codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind()
H A DCuda.cpp802 codegenoptions::DebugInfoKind &DebugInfoKind, const ArgList &Args) const { in adjustDebugInfoKind()
H A DClang.cpp1074 codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs()
4097 codegenoptions::DebugInfoKind &DebugInfoKind, in renderDebugOptions()
5470 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob() local
7531 codegenoptions::DebugInfoKind *DebugInfoKind, in AddClangCLArgs()
7938 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob() local
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h562 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind()