Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h724 bool defaultsToAIXPowerAlignment() const override { return true; } defaultsToAIXPowerAlignment() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1650 virtual bool defaultsToAIXPowerAlignment() const { return false; } defaultsToAIXPowerAlignment() function