Searched refs:ArgListRecord (Results 1 – 10 of 10) sorted by relevance
63 codeview::ArgListRecord ArgList;
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()
224 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArgListRecord &Args) { in visitKnownRecord()
358 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArgListRecord &Record) { in visitKnownRecord()
304 ArgListRecord &Args) { in visitKnownRecord()
1188 ArgListRecord args; in CreateFunctionType()1190 TypeDeserializer::deserializeAs<ArgListRecord>(args_cvt, args)); in CreateFunctionType()
433 template <> void LeafRecordImpl<ArgListRecord>::map(IO &IO) { in map()
2052 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeFunction()2101 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeMemberFunction()