Searched refs:ArgListRecord (Results 1 – 12 of 12) sorted by relevance
63 codeview::ArgListRecord ArgList;
29 ArgListRecord AR(TypeRecordKind::ArgList); in createArgListRecord()
197 ArgListRecord Record{TypeRecordKind::ArgList, Ids};
236 class ArgListRecord : public TypeRecord {238 ArgListRecord() = default;239 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ArgListRecord() function241 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) in ArgListRecord() function
106 cantFail(TypeDeserializer::deserializeAs<ArgListRecord>(CVT, ArgList)); in initializeArgList()
80 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArgListRecord &Args) { in visitKnownRecord()
225 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArgListRecord &Args) { in visitKnownRecord()
358 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArgListRecord &Record) { in visitKnownRecord()
304 ArgListRecord &Args) { in visitKnownRecord()
1441 ArgListRecord args; in CreateFunctionType()1443 TypeDeserializer::deserializeAs<ArgListRecord>(args_cvt, args)); in CreateFunctionType()
433 template <> void LeafRecordImpl<ArgListRecord>::map(IO &IO) { in map()
2033 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeFunction()2082 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeMemberFunction()