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

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

Completed in 165 milliseconds