Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.h163 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
H A DCuda.cpp792 void CudaToolChain::adjustDebugInfoKind( in adjustDebugInfoKind() function in CudaToolChain
H A DClang.cpp4111 TC.adjustDebugInfoKind(DebugInfoKind, Args); in renderDebugOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h533 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() function