Searched refs:HasNativeLLVMSupport (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCloudABI.h43 bool HasNativeLLVMSupport() const override { return true; }
H A DHurd.h24 bool HasNativeLLVMSupport() const override;
H A DOpenBSD.h58 bool HasNativeLLVMSupport() const override;
H A DWebAssembly.h53 bool HasNativeLLVMSupport() const override;
H A DLinux.h24 bool HasNativeLLVMSupport() const override;
H A DFreeBSD.h56 bool HasNativeLLVMSupport() const override;
H A DMinGW.h63 bool HasNativeLLVMSupport() const override;
H A DPS4CPU.h74 bool HasNativeLLVMSupport() const override;
H A DFuchsia.h43 bool HasNativeLLVMSupport() const override { return true; }
H A DAMDGPU.h93 bool HasNativeLLVMSupport() const override {
H A DHurd.cpp120 bool Hurd::HasNativeLLVMSupport() const { return true; } function in class:Hurd
H A DOpenBSD.cpp316 bool OpenBSD::HasNativeLLVMSupport() const { return true; } function in class:OpenBSD
H A DPS4CPU.cpp230 bool toolchains::PS4CPU::HasNativeLLVMSupport() const { return true; } function in class:toolchains::PS4CPU
H A DWebAssembly.cpp215 bool WebAssembly::HasNativeLLVMSupport() const { return true; } function in class:WebAssembly
H A DDarwin.h211 bool HasNativeLLVMSupport() const override;
H A DFreeBSD.cpp463 bool FreeBSD::HasNativeLLVMSupport() const { return true; } function in class:FreeBSD
H A DMinGW.cpp457 bool toolchains::MinGW::HasNativeLLVMSupport() const { function in class:toolchains::MinGW
H A DLinux.cpp326 bool Linux::HasNativeLLVMSupport() const { return true; } function in class:Linux
H A DCommonArgs.cpp247 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType()))
H A DDarwin.cpp822 bool MachO::HasNativeLLVMSupport() const { return true; } function in class:MachO
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h367 virtual bool HasNativeLLVMSupport() const;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp633 bool ToolChain::HasNativeLLVMSupport() const { function in class:ToolChain

Completed in 136 milliseconds