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

References

tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
  833       context_t.type = eContextPushRegisterOnStack;
  836       context_t.type = eContextRegisterStore;
  839     context_t.SetRegisterToRegisterPlusOffset(reg_info_Rt, reg_info_base, 0);
  850     if (!WriteMemory(context_t, address + 0, buffer, reg_info_Rt.byte_size))
  870       context_t.type = eContextPopRegisterOffStack;
  873       context_t.type = eContextRegisterLoad;
  876     context_t.SetAddress(address);
  882       if (!ReadMemory(context_t, address, buffer, reg_info_Rt.byte_size))
  893     if (!WriteRegister(context_t, &reg_info_Rt, data_Rt))