Searched defs:supportsCpuIs (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | PPC.h | 381 bool supportsCpuIs() const override { supportsCpuIs() function |
H A D | X86.h | 226 bool supportsCpuIs() const override { return true; } supportsCpuIs() function |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 1494 virtual bool supportsCpuIs() const { return false; } supportsCpuIs() function |