Home
last modified time | relevance | path

Searched defs:HasNativeLLVMSupport (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DCloudABI.h44 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DFuchsia.h43 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
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 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 DDarwin.cpp698 bool MachO::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in MachO
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp475 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain