Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DFreeBSD.h76 bool GetDefaultStandaloneDebug() const override { return true; } in GetDefaultStandaloneDebug() function
H A DDarwin.h519 bool GetDefaultStandaloneDebug() const override { return true; } in GetDefaultStandaloneDebug() function
H A DClang.cpp3270 TC.GetDefaultStandaloneDebug()); in RenderDebugOptions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h433 virtual bool GetDefaultStandaloneDebug() const { return false; } in GetDefaultStandaloneDebug() function