Searched refs:getDataSizeInBits (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp793 uint64_t getDataSizeInBits() const { return DataSize; } function in class:__anon15129::RecordLayoutBuilder
1774 uint64_t UnpaddedFieldOffset = getDataSizeInBits() - UnfilledBitsInLastUnit;
1777 setDataSize(std::max(getDataSizeInBits(), FieldSize));
1782 FieldOffset = llvm::RoundUpToAlignment(getDataSizeInBits(),
1789 UnfilledBitsInLastUnit = getDataSizeInBits() - NewSizeInBits;
1799 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
1827 uint64_t UnpaddedFieldOffset = getDataSizeInBits() - UnfilledBitsInLastUnit;
1908 setDataSize(std::max(getDataSizeInBits(), FieldSize));
1920 setDataSize(getDataSizeInBits() + TypeSize);
1930 UnfilledBitsInLastUnit = getDataSizeInBits()
[all...]

Completed in 414 milliseconds