Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2026 ArrayRef<TypeIndex> ArgTypeIndices = None; in lowerTypeFunction() local
2030 ArgTypeIndices = ReturnAndArgTypesRef.drop_front(); in lowerTypeFunction()
2033 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeFunction()
2039 ProcedureRecord Procedure(ReturnTypeIndex, CC, FO, ArgTypeIndices.size(), in lowerTypeFunction()
2055 SmallVector<TypeIndex, 8> ArgTypeIndices; in lowerTypeMemberFunction() local
2076 ArgTypeIndices.push_back(getTypeIndex(ReturnAndArgs[Index++])); in lowerTypeMemberFunction()
2079 if (!ArgTypeIndices.empty() && ArgTypeIndices.back() == TypeIndex::Void()) in lowerTypeMemberFunction()
2080 ArgTypeIndices.back() = TypeIndex::None(); in lowerTypeMemberFunction()
2082 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeMemberFunction()
2088 ArgTypeIndices.size(), ArgListIndex, ThisAdjustment); in lowerTypeMemberFunction()