Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h239 virtual bool SupportsObjCGC() const { return true; } in SupportsObjCGC() function
/minix/external/bsd/llvm/dist/clang/lib/Driver/
H A DToolChains.h296 bool SupportsObjCGC() const override { in SupportsObjCGC() function
463 bool SupportsObjCGC() const override;
H A DToolChains.cpp1084 bool Darwin::SupportsObjCGC() const { in SupportsObjCGC() function in Darwin
H A DTools.cpp4125 } else if (getToolChain().SupportsObjCGC()) { in ConstructJob()