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

References

tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
 1637       vfp_count = (*byte_size == 8 ? 1 : 2);
 1704         vfp_count = 2;
 1725             vfp_count = (*base_byte_size == 8 ? homogeneous_count
 1733             vfp_count = homogeneous_count;
 1764             vfp_count = (num_children << 1);
 1791     for (uint32_t reg_index = 0; reg_index < vfp_count; reg_index++) {