Searched refs:GetSize (Results 1 – 5 of 5) sorted by relevance
34 return element.GetReferencedType() + ":" + std::to_string(element.GetSize());
285 return old_type->GetSize() == new_type->GetSize() && in CompareSizeAndAlignment()569 std::make_pair(old_type->GetSize(), new_type->GetSize()), in CompareRecordTypes()
175 uint64_t GetSize() const { in GetSize() function
87 type_decl.Set("size", (uint64_t)type_ir->GetSize()); in AddTypeInfo()
55 type_info->set_size(typep->GetSize()); in AddTypeInfo()