Home
last modified time | relevance | path

Searched refs:ArgTypeIndices (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2078 ArrayRef<TypeIndex> ArgTypeIndices = std::nullopt; in lowerTypeFunction() local
2082 ArgTypeIndices = ReturnAndArgTypesRef.drop_front(); in lowerTypeFunction()
2085 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeFunction()
2091 ProcedureRecord Procedure(ReturnTypeIndex, CC, FO, ArgTypeIndices.size(), in lowerTypeFunction()
2107 SmallVector<TypeIndex, 8> ArgTypeIndices; in lowerTypeMemberFunction() local
2128 ArgTypeIndices.push_back(getTypeIndex(ReturnAndArgs[Index++])); in lowerTypeMemberFunction()
2131 if (!ArgTypeIndices.empty() && ArgTypeIndices.back() == TypeIndex::Void()) in lowerTypeMemberFunction()
2132 ArgTypeIndices.back() = TypeIndex::None(); in lowerTypeMemberFunction()
2134 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeMemberFunction()
2140 ArgTypeIndices.size(), ArgListIndex, ThisAdjustment); in lowerTypeMemberFunction()