Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DRecordLayoutBuilder.cpp1240 Context.getTargetInfo().defaultsToAIXPowerAlignment(); in LayoutBase()
1352 !Context.getTargetInfo().defaultsToAIXPowerAlignment() || IsNaturalAlign; in InitializeLayout()
1864 Context.getTargetInfo().defaultsToAIXPowerAlignment(); in LayoutField()
2166 Context.toBits(!Context.getTargetInfo().defaultsToAIXPowerAlignment() in FinishLayout()
3677 if (C.getTargetInfo().defaultsToAIXPowerAlignment()) in DumpRecordLayout()
3685 if (C.getTargetInfo().defaultsToAIXPowerAlignment()) in DumpRecordLayout()
3716 if (Target->defaultsToAIXPowerAlignment()) in DumpRecordLayout()
DASTContext.cpp2555 Target->defaultsToAIXPowerAlignment())) in getPreferredTypeAlign()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DTargetInfo.h1617 virtual bool defaultsToAIXPowerAlignment() const { return false; } in defaultsToAIXPowerAlignment() function
/openbsd/src/gnu/llvm/clang/lib/Basic/Targets/
DOSTargets.h775 bool defaultsToAIXPowerAlignment() const override { return true; } in defaultsToAIXPowerAlignment() function