Home
last modified time | relevance | path

Searched refs:HasNativeLLVMSupport (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DHurd.h25 bool HasNativeLLVMSupport() const override;
H A DCloudABI.h44 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DLinux.h25 bool HasNativeLLVMSupport() const override;
H A DFreeBSD.h57 bool HasNativeLLVMSupport() const override;
H A DWebAssembly.h53 bool HasNativeLLVMSupport() const override;
H A DPS4CPU.h75 bool HasNativeLLVMSupport() const override;
H A DFuchsia.h43 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DMinGW.h62 bool HasNativeLLVMSupport() const override;
H A DHurd.cpp100 bool Hurd::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Hurd
H A DWebAssembly.cpp119 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in WebAssembly
H A DDarwin.h211 bool HasNativeLLVMSupport() const override;
H A DFreeBSD.cpp411 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in FreeBSD
H A DPS4CPU.cpp424 bool toolchains::PS4CPU::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in toolchains::PS4CPU
H A DMinGW.cpp427 bool toolchains::MinGW::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in toolchains::MinGW
H A DLinux.cpp465 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
H A DCommonArgs.cpp160 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType())) in AddLinkerInputs()
H A DDarwin.cpp698 bool MachO::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in MachO
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h313 virtual bool HasNativeLLVMSupport() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp475 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain