Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1919 ArrayRef<TypeIndex> ArgTypeIndices = None; in lowerTypeFunction() local
1923 ArgTypeIndices = ReturnAndArgTypesRef.drop_front(); in lowerTypeFunction()
1926 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeFunction()
1932 ProcedureRecord Procedure(ReturnTypeIndex, CC, FO, ArgTypeIndices.size(), in lowerTypeFunction()
1948 SmallVector<TypeIndex, 8> ArgTypeIndices; in lowerTypeMemberFunction() local
1969 ArgTypeIndices.push_back(getTypeIndex(ReturnAndArgs[Index++])); in lowerTypeMemberFunction()
1972 if (!ArgTypeIndices.empty() && ArgTypeIndices.back() == TypeIndex::Void()) in lowerTypeMemberFunction()
1973 ArgTypeIndices.back() = TypeIndex::None(); in lowerTypeMemberFunction()
1975 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeMemberFunction()
1981 ArgTypeIndices.size(), ArgListIndex, ThisAdjustment); in lowerTypeMemberFunction()