Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCuda.h163 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
H A DCuda.cpp786 void CudaToolChain::adjustDebugInfoKind( in adjustDebugInfoKind() function in CudaToolChain
H A DClang.cpp4102 TC.adjustDebugInfoKind(DebugInfoKind, Args); in renderDebugOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h529 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() function