Searched refs:getAlignInBytes (Results 1 – 3 of 3) sorted by relevance
793 uint32_t AlignInBytes = DTy->getAlignInBytes(); in constructTypeDIE()1078 if (uint32_t AlignInBytes = CTy->getAlignInBytes()) in constructTypeDIE()1658 uint32_t AlignInBytes = DT->getAlignInBytes(); in constructMemberDIE()1777 if (uint32_t AlignInBytes = DT->getAlignInBytes()) in getOrCreateStaticMemberDIE()
205 if (uint32_t AlignInBytes = GV->getAlignInBytes()) in getOrCreateGlobalVariableDIE()1639 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyCommonDbgVariableAttributes()
750 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function2676 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function