Home
last modified time | relevance | path

Searched refs:adjustDebugInfoKind (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHIPSPV.h80 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
H A DCuda.h170 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
H A DHIPSPV.cpp285 void HIPSPVToolChain::adjustDebugInfoKind( in adjustDebugInfoKind() function in HIPSPVToolChain
H A DCuda.cpp801 void CudaToolChain::adjustDebugInfoKind( in adjustDebugInfoKind() function in CudaToolChain
H A DClang.cpp4327 TC.adjustDebugInfoKind(DebugInfoKind, Args); in renderDebugOptions()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h562 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() function