Home
last modified time | relevance | path

Searched refs:defaultsToAIXPowerAlignment (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1240 Context.getTargetInfo().defaultsToAIXPowerAlignment(); in LayoutBase()
1352 !Context.getTargetInfo().defaultsToAIXPowerAlignment() || IsNaturalAlign; in InitializeLayout()
1864 Context.getTargetInfo().defaultsToAIXPowerAlignment(); in LayoutField()
2155 Context.toBits(!Context.getTargetInfo().defaultsToAIXPowerAlignment() in FinishLayout()
3664 if (C.getTargetInfo().defaultsToAIXPowerAlignment()) in DumpRecordLayout()
3672 if (C.getTargetInfo().defaultsToAIXPowerAlignment()) in DumpRecordLayout()
3703 if (Target->defaultsToAIXPowerAlignment()) in DumpRecordLayout()
H A DASTContext.cpp2544 Target->defaultsToAIXPowerAlignment())) in getPreferredTypeAlign()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1561 virtual bool defaultsToAIXPowerAlignment() const { return false; } in defaultsToAIXPowerAlignment() function
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DOSTargets.h790 bool defaultsToAIXPowerAlignment() const override { return true; } in defaultsToAIXPowerAlignment() function