Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DSystemZ.h47 DefaultAlignForAttributeAligned = 64; in SystemZTargetInfo()
H A DAVR.h40 DefaultAlignForAttributeAligned = 8; in AVRTargetInfo()
H A DNVPTX.cpp123 DefaultAlignForAttributeAligned = in NVPTXTargetInfo()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h106 unsigned char DefaultAlignForAttributeAligned; variable
531 return DefaultAlignForAttributeAligned; in getDefaultAlignForAttributeAligned()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp63 DefaultAlignForAttributeAligned = 128; in TargetInfo()