reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1918     ArgTypeIndices.push_back(getTypeIndex(ReturnAndArgs[Index++]));
 1921   if (!ArgTypeIndices.empty() && ArgTypeIndices.back() == TypeIndex::Void())
 1921   if (!ArgTypeIndices.empty() && ArgTypeIndices.back() == TypeIndex::Void())
 1922     ArgTypeIndices.back() = TypeIndex::None();
 1924   ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices);
 1930                            ArgTypeIndices.size(), ArgListIndex, ThisAdjustment);