Searched refs:ArgListRecord (Results 1 – 7 of 7) sorted by relevance
43 TypeIndex writeArgList(const ArgListRecord &Record);
263 class ArgListRecord : public TypeRecord {265 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) in ArgListRecord() function272 static ErrorOr<ArgListRecord> deserialize(TypeRecordKind Kind,
80 // FIXME: We reuse the structure of ArgListRecord for substring lists, but it
73 ErrorOr<ArgListRecord> ArgListRecord::deserialize(TypeRecordKind Kind, in deserialize()81 return ArgListRecord(Kind, Indices); in deserialize()425 bool ArgListRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
61 TypeIndex TypeTableBuilder::writeArgList(const ArgListRecord &Record) { in writeArgList()
242 Error CVTypeDumper::visitArgList(ArgListRecord &Args) { in visitArgList()
1290 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeFunction()1323 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeMemberFunction()