Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DFreeBSD.h88 bool GetDefaultStandaloneDebug() const override { return true; } in GetDefaultStandaloneDebug() function
H A DDarwin.h610 bool GetDefaultStandaloneDebug() const override { return true; } in GetDefaultStandaloneDebug() function
H A DClang.cpp4264 TC.GetDefaultStandaloneDebug()); in renderDebugOptions()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h561 virtual bool GetDefaultStandaloneDebug() const { return false; } in GetDefaultStandaloneDebug() function