Home
last modified time | relevance | path

Searched defs:supportsCpuIs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.h388 bool supportsCpuIs() const override { in supportsCpuIs() function
H A DX86.h221 bool supportsCpuIs() const override { return true; } in supportsCpuIs() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1514 virtual bool supportsCpuIs() const { return false; } in supportsCpuIs() function