Searched refs:getAlignInBytes (Results 1 – 3 of 3) sorted by relevance
854 uint32_t AlignInBytes = DTy->getAlignInBytes(); in constructTypeDIE()1223 if (uint32_t AlignInBytes = CTy->getAlignInBytes()) in constructTypeDIE()1563 if (uint32_t AlignInBytes = SR->getAlignInBytes()) in constructSubrangeDIE()1929 uint32_t AlignInBytes = DT->getAlignInBytes(); in constructMemberDIE()2052 if (uint32_t AlignInBytes = DT->getAlignInBytes()) in getOrCreateStaticMemberDIE()
231 if (uint32_t AlignInBytes = GV->getAlignInBytes()) in getOrCreateGlobalVariableDIE()1685 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyCommonDbgVariableAttributes()
756 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function3264 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function