Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFreeBSD.h93 bool GetDefaultStandaloneDebug() const override { return true; } in GetDefaultStandaloneDebug() function
H A DDarwin.h637 bool GetDefaultStandaloneDebug() const override { return true; } in GetDefaultStandaloneDebug() function
H A DClang.cpp4603 TC.GetDefaultStandaloneDebug()); in renderDebugOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h598 virtual bool GetDefaultStandaloneDebug() const { return false; } in GetDefaultStandaloneDebug() function