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