Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1240 Context.getTargetInfo().defaultsToAIXPowerAlignment(); in LayoutBase()
1350 !Context.getTargetInfo().defaultsToAIXPowerAlignment() || IsNaturalAlign; in InitializeLayout()
1849 Context.getTargetInfo().defaultsToAIXPowerAlignment(); in LayoutField()
2109 Context.toBits(!Context.getTargetInfo().defaultsToAIXPowerAlignment() in FinishLayout()
3614 if (C.getTargetInfo().defaultsToAIXPowerAlignment()) in DumpRecordLayout()
3622 if (C.getTargetInfo().defaultsToAIXPowerAlignment()) in DumpRecordLayout()
3653 if (Target->defaultsToAIXPowerAlignment()) in DumpRecordLayout()
H A DASTContext.cpp2487 Target->defaultsToAIXPowerAlignment())) in getPreferredTypeAlign()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1476 virtual bool defaultsToAIXPowerAlignment() const { return false; } in defaultsToAIXPowerAlignment() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DOSTargets.h734 bool defaultsToAIXPowerAlignment() const override { return true; } in defaultsToAIXPowerAlignment() function