Home
last modified time | relevance | path

Searched defs:GetDefaultStandaloneDebug (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DFreeBSD.h82 bool GetDefaultStandaloneDebug() const override { return true; } in GetDefaultStandaloneDebug() function
H A DDarwin.h558 bool GetDefaultStandaloneDebug() const override { return true; } in GetDefaultStandaloneDebug() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h516 virtual bool GetDefaultStandaloneDebug() const { return false; } in GetDefaultStandaloneDebug() function