Home
last modified time | relevance | path

Searched refs:DefaultAlignForAttributeAligned (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DAVR.h39 DefaultAlignForAttributeAligned = 8; in AVRTargetInfo()
H A DSystemZ.h47 DefaultAlignForAttributeAligned = 64; in SystemZTargetInfo()
H A DNVPTX.cpp118 DefaultAlignForAttributeAligned = in NVPTXTargetInfo()
H A DARM.cpp342 DefaultAlignForAttributeAligned = MaxVectorAlign = 64; in ARMTargetInfo()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h123 unsigned char DefaultAlignForAttributeAligned; member
675 return DefaultAlignForAttributeAligned; in getDefaultAlignForAttributeAligned()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp94 DefaultAlignForAttributeAligned = 128; in TargetInfo()