Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp2428 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildRCRecordLayout() local
2509 unsigned UnsSize = (BitFieldSize / ByteSizeInBits) + in BuildRCRecordLayout()
2510 ((BitFieldSize % ByteSizeInBits) != 0); in BuildRCRecordLayout()
2662 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in getBitmapBlockLayout() local
2663 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in getBitmapBlockLayout()
2848 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in fillRunSkipBlockVars() local
2849 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in fillRunSkipBlockVars()