Home
last modified time | relevance | path

Searched defs:supportsCpuSupports (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/Basic/Targets/
HDAArch64.h167 bool supportsCpuSupports() const override { return true; } in supportsCpuSupports() function
HDPPC.h380 bool supportsCpuSupports() const override { in supportsCpuSupports() function
HDX86.h220 bool supportsCpuSupports() const override { return true; } in supportsCpuSupports() function
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h1513 virtual bool supportsCpuSupports() const { return false; } in supportsCpuSupports() function