Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.h303 bool HasNativeLLVMSupport() const override;
597 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
716 bool HasNativeLLVMSupport() const override;
789 bool HasNativeLLVMSupport() const override;
1110 bool HasNativeLLVMSupport() const override;
1124 bool HasNativeLLVMSupport() const override;
DToolChain.cpp369 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain
DToolChains.cpp66 bool MachO::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in MachO
3135 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in FreeBSD
3808 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
4450 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in WebAssembly
4528 bool PS4CPU::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in PS4CPU
DTools.cpp218 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType())) in AddLinkerInputs()
/external/clang/include/clang/Driver/
DToolChain.h217 virtual bool HasNativeLLVMSupport() const;