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

References

tools/lldb/source/API/SBInstruction.cpp
  109   if (inst_sp && inst_sp->GetAddress().IsValid())
  110     sb_addr.SetAddress(&inst_sp->GetAddress());
  244     const Address &addr = inst_sp->GetAddress();
  279     const Address &addr = inst_sp->GetAddress();
tools/lldb/source/API/SBInstructionList.cpp
  170         const Address &addr = inst->GetAddress();
tools/lldb/source/Core/Disassembler.cpp
  441       const Address &addr = inst->GetAddress();
  492       const Address &addr = inst->GetAddress();
  760     insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr);
 1034     insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr);
 1134       target.ReadMemory(m_instructions[i]->GetAddress(), prefer_file_cache,
 1162     if (m_instructions[i]->GetAddress() == address) {
tools/lldb/source/Core/IOHandler.cpp
 4144           if (bp_file_addrs.find(inst->GetAddress().GetFileAddress()) !=
 4153                             inst->GetAddress().GetLoadAddress(target)));
 4314           Address addr = inst->GetAddress();
 4351           Address addr = inst->GetAddress();
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
 1368         ModuleSP module_sp(m_inst->GetAddress().GetModule());
tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
  104         const lldb::addr_t base_addr = inst->GetAddress().GetFileAddress();
  152                 inst->GetAddress().GetFileAddress() - base_addr;
  171                                                inst->GetAddress(), nullptr);
  228                 range.ContainsFileAddress(inst->GetAddress().GetFileAddress() +
tools/lldb/source/Target/Process.cpp
 5812         insn_list->GetInstructionAtIndex(branch_index)->GetAddress();
tools/lldb/source/Target/StackFrame.cpp
 1653                                    variables, instruction_sp->GetAddress());
 1664                          variables, instruction_sp->GetAddress());
tools/lldb/source/Target/ThreadPlanStepRange.cpp
  333         run_to_address = last_inst->GetAddress();
  338           instructions->GetInstructionAtIndex(branch_index)->GetAddress();