Lines Matching refs:GetAddress
318 …case DW_OP_addr: *s << "DW_OP_addr(" << m_data.GetAddress(&offset) << ") "; break; // 0… in DumpLocation()
576 s->Printf("DW_OP_call_ref(0x%8.8" PRIx64 ")", m_data.GetAddress(&offset)); in DumpLocation()
673 lldb::addr_t begin_addr_offset = m_data.GetAddress(&offset); in GetDescription()
674 lldb::addr_t end_addr_offset = m_data.GetAddress(&offset); in GetDescription()
1027 const lldb::addr_t op_file_addr = m_data.GetAddress(&offset); in GetLocation_DW_OP_addr()
1113 addr_t lo_pc = m_data.GetAddress(&offset); in LocationListContainsAddress()
1114 addr_t hi_pc = m_data.GetAddress(&offset); in LocationListContainsAddress()
1149 addr_t lo_pc = m_data.GetAddress(&offset); in GetLocation()
1150 addr_t hi_pc = m_data.GetAddress(&offset); in GetLocation()
1256 addr_t lo_pc = m_data.GetAddress(&offset); in Evaluate()
1257 addr_t hi_pc = m_data.GetAddress(&offset); in Evaluate()
1367 stack.push_back(Scalar(opcodes.GetAddress(&offset))); in Evaluate()