Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DCuda.h162 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
H A DCuda.cpp719 void CudaToolChain::adjustDebugInfoKind( in adjustDebugInfoKind() function in CudaToolChain
H A DClang.cpp3301 TC.adjustDebugInfoKind(DebugInfoKind, Args); in RenderDebugOptions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h446 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() function