Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp2202 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildRCRecordLayout() local
2283 unsigned UnsSize = (BitFieldSize / ByteSizeInBits) + in BuildRCRecordLayout()
2284 ((BitFieldSize % ByteSizeInBits) != 0); in BuildRCRecordLayout()
2436 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in getBitmapBlockLayout() local
2437 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in getBitmapBlockLayout()
2587 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildRCBlockLayout() local
2588 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in BuildRCBlockLayout()