Lines Matching refs:Descriptor
40 // Create a descriptor for the string.
41 Descriptor *Desc = allocateDescriptor(S, CharType, S->getLength() + 1,
164 // Create a descriptor for the global.
165 Descriptor *Desc;
224 // Helper to get a base descriptor.
225 auto GetBaseDesc = [this](const RecordDecl *BD, Record *BR) -> Descriptor * {
243 if (Descriptor *Desc = GetBaseDesc(BD, BR)) {
256 if (Descriptor *Desc = GetBaseDesc(BD, BR)) {
269 // Reserve space for the field's descriptor and the offset.
276 Descriptor *Desc;
296 Descriptor *Program::createDescriptor(const DeclTy &D, const Type *Ty,
322 Descriptor *Desc =
339 Descriptor::UnknownSize{});
341 Descriptor *Desc =
346 Descriptor::UnknownSize{});