HomeSort by relevance Sort by last modified time
    Searched refs:HasNativeLLVMSupport (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Driver/
ToolChain.h 132 virtual bool HasNativeLLVMSupport() const;
  /external/clang/lib/Driver/
ToolChains.h 259 virtual bool HasNativeLLVMSupport() const;
474 virtual bool HasNativeLLVMSupport() const;
ToolChain.cpp 98 bool ToolChain::HasNativeLLVMSupport() const {
ToolChains.cpp 78 bool Darwin::HasNativeLLVMSupport() const {
    [all...]
Tools.cpp 158 if (!TC.HasNativeLLVMSupport()) {
    [all...]

Completed in 209 milliseconds