Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.h33 ShortAlign = 8; in AVRTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp77 ShortWidth = ShortAlign = 16; in TargetInfo()
449 ShortWidth = ShortAlign = 16; in adjust()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h92 unsigned char ShortWidth, ShortAlign; member
526 unsigned getShortAlign() const { return ShortAlign; } in getShortAlign()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp360 Target.ShortAlign); in checkDataLayoutConsistency()