Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/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.h620 bool GetDefaultStandaloneDebug() const override { return true; } in GetDefaultStandaloneDebug() function
H A DClang.cpp4406 TC.GetDefaultStandaloneDebug()); in renderDebugOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h584 virtual bool GetDefaultStandaloneDebug() const { return false; } in GetDefaultStandaloneDebug() function