Searched refs:getAlignInBytes (Results 1 – 3 of 3) sorted by relevance
759 uint32_t AlignInBytes = DTy->getAlignInBytes(); in constructTypeDIE()988 if (uint32_t AlignInBytes = CTy->getAlignInBytes()) in constructTypeDIE()1568 uint32_t AlignInBytes = DT->getAlignInBytes(); in constructMemberDIE()1687 if (uint32_t AlignInBytes = DT->getAlignInBytes()) in getOrCreateStaticMemberDIE()
186 if (uint32_t AlignInBytes = GV->getAlignInBytes()) in getOrCreateGlobalVariableDIE()1483 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyVariableAttributes()
703 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function2504 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function