Searched refs:DescBytes (Results 1 – 2 of 2) sorted by relevance
134 unsigned DescBytes) { in allocateFixedOperandUser() argument140 DescBytes == 0 ? 0 : (DescBytes + sizeof(DescriptorInfo)); in allocateFixedOperandUser()151 Obj->HasDescriptor = DescBytes != 0; in allocateFixedOperandUser()155 if (DescBytes != 0) { in allocateFixedOperandUser()156 auto *DescInfo = reinterpret_cast<DescriptorInfo *>(Storage + DescBytes); in allocateFixedOperandUser()157 DescInfo->SizeInBytes = DescBytes; in allocateFixedOperandUser()170 allocTrait.DescBytes); in operator new()
71 const unsigned DescBytes; member97 HasDescriptor(Alloc.DescBytes != 0) {} in AllocInfo()