Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp1946 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildGCBlockLayout() local
1993 fieldSize / ByteSizeInBits)); in BuildGCBlockLayout()
2072 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildRCRecordLayout() local
2153 unsigned UnsSize = (BitFieldSize / ByteSizeInBits) + in BuildRCRecordLayout()
2154 ((BitFieldSize % ByteSizeInBits) != 0); in BuildRCRecordLayout()
2306 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in getBitmapBlockLayout() local
2307 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in getBitmapBlockLayout()
2458 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildRCBlockLayout() local
2459 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in BuildRCBlockLayout()
4473 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildAggrIvarLayout() local
[all …]