Lines Matching refs:offset_t
49 lldb::offset_t offset = addr_base + index * index_size; in ReadAddressFromDebugAddrSection()
69 lldb::offset_t data_offset, in DWARFExpression()
70 lldb::offset_t data_length) in DWARFExpression()
91 lldb::offset_t data_offset, in CopyOpcodeData()
92 lldb::offset_t data_length) { in CopyOpcodeData()
103 lldb::offset_t data_length, in CopyOpcodeData()
114 lldb::offset_t const_value_byte_size, in CopyOpcodeData()
126 lldb::offset_t data_offset, in SetOpcodeData()
127 lldb::offset_t data_length) { in SetOpcodeData()
132 void DWARFExpression::DumpLocation(Stream *s, lldb::offset_t offset, in DumpLocation()
133 lldb::offset_t length, in DumpLocation()
138 const lldb::offset_t start_offset = offset; in DumpLocation()
139 const lldb::offset_t end_offset = offset + length; in DumpLocation()
141 const lldb::offset_t op_offset = offset; in DumpLocation()
607 lldb::offset_t offset = 0; in GetDescription()
627 lldb::offset_t location_length = m_data.GetU16(&offset); in GetDescription()
744 static offset_t GetOpcodeDataSize(const DataExtractor &data, in GetOpcodeDataSize()
745 const lldb::offset_t data_offset, in GetOpcodeDataSize()
747 lldb::offset_t offset = data_offset; in GetOpcodeDataSize()
950 lldb::offset_t offset = 0; in GetLocation_DW_OP_addr()
973 const offset_t op_arg_size = GetOpcodeDataSize(m_data, offset, op); in GetLocation_DW_OP_addr()
987 lldb::offset_t offset = 0; in Update_DW_OP_addr()
1016 const offset_t op_arg_size = GetOpcodeDataSize(m_data, offset, op); in Update_DW_OP_addr()
1031 lldb::offset_t offset = 0; in ContainsThreadLocalStorage()
1037 const offset_t op_arg_size = GetOpcodeDataSize(m_data, offset, op); in ContainsThreadLocalStorage()
1070 lldb::offset_t offset = 0; in LinkThreadLocalStorage()
1071 lldb::offset_t const_offset = 0; in LinkThreadLocalStorage()
1128 const offset_t op_arg_size = GetOpcodeDataSize(m_data, offset, op); in LinkThreadLocalStorage()
1151 lldb::offset_t offset = 0; in LocationListContainsAddress()
1180 lldb::offset_t &offset, in GetLocation()
1181 lldb::offset_t &length) { in GetLocation()
1222 lldb::offset_t offset = 0; in DumpLocationForAddress()
1223 lldb::offset_t length = 0; in DumpLocationForAddress()
1253 lldb::offset_t offset = 0; in Evaluate()
1316 DWARFUnit *dwarf_cu, const lldb::offset_t opcodes_offset, in Evaluate()
1317 const lldb::offset_t opcodes_length, const lldb::RegisterKind reg_kind, in Evaluate()
1342 lldb::offset_t offset = opcodes_offset; in Evaluate()
1343 const lldb::offset_t end_offset = opcodes_offset + opcodes_length; in Evaluate()
1361 const lldb::offset_t op_offset = offset; in Evaluate()
1595 lldb::offset_t addr_data_offset = 0; in Evaluate()
2163 lldb::offset_t new_offset = offset + skip_offset; in Evaluate()
2194 lldb::offset_t new_offset = offset + bra_offset; in Evaluate()
2923 lldb::offset_t offset = addr_base + index * index_size; in Evaluate()
2950 lldb::offset_t offset = addr_base + index * index_size; in Evaluate()
3003 lldb::offset_t offset) { in LocationListSize()
3004 const lldb::offset_t debug_loc_offset = offset; in LocationListSize()
3026 lldb::offset_t *offset_ptr, lldb::addr_t &low_pc, lldb::addr_t &high_pc) { in AddressRangeForLocationListEntry()
3081 lldb::offset_t *offset_ptr, int address_size, in print_dwarf_exp_op()
3260 lldb::offset_t offset = 0; in PrintDWARFExpression()
3276 lldb::offset_t offset) { in PrintDWARFLocationList()
3302 lldb::offset_t &op_offset, in GetOpAndEndOffsets()
3303 lldb::offset_t &end_offset) { in GetOpAndEndOffsets()
3316 lldb::offset_t opcodes_offset, opcodes_length; in GetOpAndEndOffsets()
3335 lldb::offset_t op_offset; in MatchesOperand()
3336 lldb::offset_t end_offset; in MatchesOperand()