HomeSort by: relevance | last modified time | path
    Searched refs:HasNativeLLVMSupport (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
CloudABI.h 43 bool HasNativeLLVMSupport() const override { return true; }
Hurd.h 24 bool HasNativeLLVMSupport() const override;
Linux.h 24 bool HasNativeLLVMSupport() const override;
OpenBSD.h 58 bool HasNativeLLVMSupport() const override;
WebAssembly.h 53 bool HasNativeLLVMSupport() const override;
FreeBSD.h 56 bool HasNativeLLVMSupport() const override;
Fuchsia.h 43 bool HasNativeLLVMSupport() const override { return true; }
MinGW.h 63 bool HasNativeLLVMSupport() const override;
PS4CPU.h 74 bool HasNativeLLVMSupport() const override;
AMDGPU.h 93 bool HasNativeLLVMSupport() const override {
Hurd.cpp 120 bool Hurd::HasNativeLLVMSupport() const { return true; }
OpenBSD.cpp 316 bool OpenBSD::HasNativeLLVMSupport() const { return true; }
PS4CPU.cpp 230 bool toolchains::PS4CPU::HasNativeLLVMSupport() const { return true; }
WebAssembly.cpp 215 bool WebAssembly::HasNativeLLVMSupport() const { return true; }
Darwin.h 211 bool HasNativeLLVMSupport() const override;
FreeBSD.cpp 463 bool FreeBSD::HasNativeLLVMSupport() const { return true; }
MinGW.cpp 457 bool toolchains::MinGW::HasNativeLLVMSupport() const {
Linux.cpp 326 bool Linux::HasNativeLLVMSupport() const { return true; }
CommonArgs.cpp 247 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType()))
Darwin.cpp 822 bool MachO::HasNativeLLVMSupport() const { return true; }
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h 367 virtual bool HasNativeLLVMSupport() const;
  /src/external/apache2/llvm/dist/clang/lib/Driver/
ToolChain.cpp 633 bool ToolChain::HasNativeLLVMSupport() const {

Completed in 37 milliseconds