Searched refs:DescriptorInfo (Results 1 – 1 of 1) sorted by relevance
93 struct DescriptorInfo { struct106 auto *DI = reinterpret_cast<DescriptorInfo *>(getIntrusiveOperands()) - 1; in getDescriptor()121 static_assert(sizeof(DescriptorInfo) % sizeof(void *) == 0, "Required below"); in allocateFixedOperandUser()124 DescBytes == 0 ? 0 : (DescBytes + sizeof(DescriptorInfo)); in allocateFixedOperandUser()139 auto *DescInfo = reinterpret_cast<DescriptorInfo *>(Storage + DescBytes); in allocateFixedOperandUser()186 auto *DI = reinterpret_cast<DescriptorInfo *>(UseBegin) - 1; in operator delete()