Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Driver/ToolChains/
H A DHaiku.h61 bool GetDefaultStandaloneDebug() const override { return true; } in GetDefaultStandaloneDebug() function
H A DFreeBSD.h88 bool GetDefaultStandaloneDebug() const override { return true; } in GetDefaultStandaloneDebug() function
H A DDarwin.h624 bool GetDefaultStandaloneDebug() const override { return true; } GetDefaultStandaloneDebug() function
/llvm-project/clang/include/clang/Driver/
H A DToolChain.h598 virtual bool GetDefaultStandaloneDebug() const { return false; } GetDefaultStandaloneDebug() function