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

  /external/clang/lib/Driver/
ToolChains.h 250 bool HasNativeLLVMSupport() const override;
578 bool HasNativeLLVMSupport() const override;
655 bool HasNativeLLVMSupport() const override;
ToolChain.cpp 179 bool ToolChain::HasNativeLLVMSupport() const {
ToolChains.cpp 88 bool MachO::HasNativeLLVMSupport() const {
    [all...]
Tools.cpp 180 if (!TC.HasNativeLLVMSupport()) {
    [all...]
  /external/clang/include/clang/Driver/
ToolChain.h 176 virtual bool HasNativeLLVMSupport() const;

Completed in 206 milliseconds