Searched refs:ArgListRecord (Results 1 – 10 of 10) sorted by relevance
67 codeview::ArgListRecord ArgList;
242 class ArgListRecord : public TypeRecord {244 ArgListRecord() = default;245 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ArgListRecord() function247 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) in ArgListRecord() function
106 cantFail(TypeDeserializer::deserializeAs<ArgListRecord>(CVT, ArgList)); in initializeArgList()
76 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArgListRecord &Args) { in visitKnownRecord()
172 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArgListRecord &Record) { in visitKnownRecord()
225 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArgListRecord &Args) { in visitKnownRecord()
1124 ArgListRecord args; in CreateProcedureType()1126 TypeDeserializer::deserializeAs<ArgListRecord>(args_cvt, args)); in CreateProcedureType()
295 ArgListRecord &Args) { in visitKnownRecord()
429 template <> void LeafRecordImpl<ArgListRecord>::map(IO &IO) { in map()
1816 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeFunction()1865 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeMemberFunction()