Home
last modified time | relevance | path

Searched defs:supportsCpuInit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h222 bool supportsCpuInit() const override { return true; } in supportsCpuInit() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1515 virtual bool supportsCpuInit() const { return false; } in supportsCpuInit() function