Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2045 ArrayRef<TypeIndex> ArgTypeIndices = std::nullopt; in lowerTypeFunction() local
2049 ArgTypeIndices = ReturnAndArgTypesRef.drop_front(); in lowerTypeFunction()
2052 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeFunction()
2058 ProcedureRecord Procedure(ReturnTypeIndex, CC, FO, ArgTypeIndices.size(), in lowerTypeFunction()
2074 SmallVector<TypeIndex, 8> ArgTypeIndices; in lowerTypeMemberFunction() local
2095 ArgTypeIndices.push_back(getTypeIndex(ReturnAndArgs[Index++])); in lowerTypeMemberFunction()
2098 if (!ArgTypeIndices.empty() && ArgTypeIndices.back() == TypeIndex::Void()) in lowerTypeMemberFunction()
2099 ArgTypeIndices.back() = TypeIndex::None(); in lowerTypeMemberFunction()
2101 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeMemberFunction()
2107 ArgTypeIndices.size(), ArgListIndex, ThisAdjustment); in lowerTypeMemberFunction()