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