Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DFreeBSD.h82 bool GetDefaultStandaloneDebug() const override { return true; } in GetDefaultStandaloneDebug() function
H A DDarwin.h611 bool GetDefaultStandaloneDebug() const override { return true; } in GetDefaultStandaloneDebug() function
H A DClang.cpp4272 TC.GetDefaultStandaloneDebug()); in renderDebugOptions()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h549 virtual bool GetDefaultStandaloneDebug() const { return false; } in GetDefaultStandaloneDebug() function