Lines Matching refs:m_address
36 m_is_reexported(false), m_is_indirect(false), m_address(addr), in BreakpointLocation()
39 Symbol *symbol = m_address.CalculateSymbolContextSymbol(); in BreakpointLocation()
52 return m_address.GetOpcodeLoadAddress(&m_owner.GetTarget()); in GetLoadAddress()
63 Address &BreakpointLocation::GetAddress() { return m_address; } in GetAddress()
257 CompileUnit *comp_unit = m_address.CalculateSymbolContextCompileUnit(); in ConditionSaysStop()
456 m_address.GetOpcodeLoadAddress(&m_owner.GetTarget())); in ResolveBreakpointSite()
507 if (m_address.IsSectionOffset()) { in GetDescription()
508 m_address.CalculateSymbolContext(&sc); in GetDescription()
516 sc.DumpStopContext(s, m_owner.GetTarget().GetProcessSP().get(), m_address, in GetDescription()
561 if (m_address.IsSectionOffset() && in GetDescription()
574 m_address.Dump(s, exe_scope, Address::DumpStyleLoadAddress, in GetDescription()
577 m_address.Dump(s, exe_scope, Address::DumpStyleLoadAddress, in GetDescription()
639 (uint64_t)m_address.GetOpcodeLoadAddress(&m_owner.GetTarget()), in Dump()
663 m_address = swap_from->m_address; in SwapLocation()