Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFreeBSD.h82 bool GetDefaultStandaloneDebug() const override { return true; } in GetDefaultStandaloneDebug() function
H A DDarwin.h573 bool GetDefaultStandaloneDebug() const override { return true; } in GetDefaultStandaloneDebug() function
H A DClang.cpp4056 TC.GetDefaultStandaloneDebug()); in renderDebugOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h520 virtual bool GetDefaultStandaloneDebug() const { return false; } in GetDefaultStandaloneDebug() function