reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
181 m_start_pc = addr_range.GetBaseAddress(); 182 if (m_current_pc.GetSection() == m_start_pc.GetSection()) { 183 m_current_offset = m_current_pc.GetOffset() - m_start_pc.GetOffset(); 184 } else if (m_current_pc.GetModule() == m_start_pc.GetModule()) { 190 m_current_pc.GetFileAddress() - m_start_pc.GetFileAddress(); 194 m_start_pc = m_current_pc; 214 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); 496 m_start_pc = addr_range.GetBaseAddress(); 497 m_current_offset = pc - m_start_pc.GetLoadAddress(&process->GetTarget()); 507 m_start_pc = m_current_pc; 541 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); 555 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); 1783 m_start_pc = addr_range.GetBaseAddress(); 1785 m_current_pc.GetLoadAddress(target) - m_start_pc.GetLoadAddress(target); 2104 if (!m_start_pc.IsValid()) { 2118 start_pc = m_start_pc.GetLoadAddress(CalculateTarget().get());