Home
last modified time | relevance | path

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

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