Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp367 uint64_t StartBitOffset, Tail = 0; in accumulateBitFields() local
381 StartBitOffset = BitOffset; in accumulateBitFields()
382 Tail = StartBitOffset + DataLayout.getTypeAllocSizeInBits(Type); in accumulateBitFields()
386 Members.push_back(StorageInfo(bitsToCharUnits(StartBitOffset), Type)); in accumulateBitFields()
390 Members.push_back(MemberInfo(bitsToCharUnits(StartBitOffset), in accumulateBitFields()
404 StartBitOffset = getFieldBitOffset(*Field); in accumulateBitFields()
405 Tail = StartBitOffset + Field->getBitWidthValue(Context); in accumulateBitFields()
418 llvm::Type *Type = getIntNType(Tail - StartBitOffset); in accumulateBitFields()
422 Members.push_back(StorageInfo(bitsToCharUnits(StartBitOffset), Type)); in accumulateBitFields()
424 Members.push_back(MemberInfo(bitsToCharUnits(StartBitOffset), in accumulateBitFields()