Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DRecordLayoutBuilder.cpp1236 Context.getTargetInfo().defaultsToAIXPowerAlignment(); in LayoutBase()
1317 !Context.getTargetInfo().defaultsToAIXPowerAlignment(); in InitializeLayout()
1804 Context.getTargetInfo().defaultsToAIXPowerAlignment(); in LayoutField()
2064 Context.toBits(!Context.getTargetInfo().defaultsToAIXPowerAlignment() in FinishLayout()
3568 if (C.getTargetInfo().defaultsToAIXPowerAlignment()) in DumpRecordLayout()
3576 if (C.getTargetInfo().defaultsToAIXPowerAlignment()) in DumpRecordLayout()
3607 if (Target->defaultsToAIXPowerAlignment()) in DumpRecordLayout()
DASTContext.cpp2444 Target->defaultsToAIXPowerAlignment())) in getPreferredTypeAlign()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h1436 virtual bool defaultsToAIXPowerAlignment() const { return false; } in defaultsToAIXPowerAlignment() function
/external/llvm-project/clang/lib/Basic/Targets/
DOSTargets.h736 bool defaultsToAIXPowerAlignment() const override { return true; } in defaultsToAIXPowerAlignment() function