Searched refs:getAlignInBytes (Results 1 – 3 of 3) sorted by relevance
776 uint32_t AlignInBytes = DTy->getAlignInBytes(); in constructTypeDIE()1044 if (uint32_t AlignInBytes = CTy->getAlignInBytes()) in constructTypeDIE()1623 uint32_t AlignInBytes = DT->getAlignInBytes(); in constructMemberDIE()1735 if (uint32_t AlignInBytes = DT->getAlignInBytes()) in getOrCreateStaticMemberDIE()
189 if (uint32_t AlignInBytes = GV->getAlignInBytes()) in getOrCreateGlobalVariableDIE()1520 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyVariableAttributes()
738 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function2561 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function