Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1283 ArrayRef<TypeIndex> ArgTypeIndices = None; in lowerTypeFunction() local
1287 ArgTypeIndices = ReturnAndArgTypesRef.drop_front(); in lowerTypeFunction()
1290 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeFunction()
1296 ArgTypeIndices.size(), ArgListIndex); in lowerTypeFunction()
1311 ArrayRef<TypeIndex> ArgTypeIndices = None; in lowerTypeMemberFunction() local
1315 ArgTypeIndices = ReturnAndArgTypesRef.drop_front(); in lowerTypeMemberFunction()
1318 if (!ArgTypeIndices.empty()) { in lowerTypeMemberFunction()
1319 ThisTypeIndex = ArgTypeIndices.front(); in lowerTypeMemberFunction()
1320 ArgTypeIndices = ArgTypeIndices.drop_front(); in lowerTypeMemberFunction()
1323 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeMemberFunction()
[all …]