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

References

tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1130   for (size_t i = 0; i < args.size(); ++i) {
 1130   for (size_t i = 0; i < args.size(); ++i) {
 1132                                         LLDB_REGNUM_GENERIC_ARG1 + i);
 1134               static_cast<uint64_t>(i + 1), args[i], reg_info->name);
 1134               static_cast<uint64_t>(i + 1), args[i], reg_info->name);
 1135     if (!reg_ctx->WriteRegisterFromUnsigned(reg_info, args[i]))