Searched refs:ValidOffset (Results 1 – 17 of 17) sorted by relevance
33 assert(data.ValidOffset(*offset_ptr)); in extract()82 if (!data.ValidOffset(m_offset + sizeof(m_header.length) + m_header.length - in extract()
42 while (data.ValidOffset(*offset_ptr)) { in extract()
40 while (debug_aranges_data.ValidOffset(offset)) { in extract()
108 while (data.ValidOffset(offset)) { in parse()
76 while (data.ValidOffset(offset)) { in ParseUnitsFor()
873 bool length_OK = data.ValidOffset(header.GetNextUnitOffset() - 1); in extract()899 assert(debug_info.ValidOffset(*offset_ptr)); in extract()912 dwarf.GetDWARFContext().getOrLoadAbbrevData().ValidOffset( in extract()
249 if (!data.ValidOffset(offset)) in GetDIENamesAndRanges()353 if (data.ValidOffset(offset)) { in GetDIENamesAndRanges()
3148 if (data.ValidOffset(offset)) { in ParseVariableDIE()
220 bool ValidOffset(uint32_t offset) const { return offset < GetByteSize(); } in ValidOffset() function
945 bool ValidOffset(lldb::offset_t offset) const { in ValidOffset() function
108 if (ValidOffset(offset)) { in PutU8()
163 if (data.ValidOffset(offset)) { in DataExtractor()262 if (data.ValidOffset(data_offset)) { in SetData()916 ValidOffset(offset) && offset < end_offset; ++count) { in PutToLog()
417 while (m_data.ValidOffset(offset)) { in GetLocation_DW_OP_addr()453 while (m_data.ValidOffset(offset)) { in Update_DW_OP_addr()497 while (m_data.ValidOffset(offset)) { in ContainsThreadLocalStorage()539 while (m_data.ValidOffset(offset)) { in LinkThreadLocalStorage()1004 while (opcodes.ValidOffset(offset)) { in Evaluate()1763 if (opcodes.ValidOffset(new_offset)) in Evaluate()1792 if (opcodes.ValidOffset(new_offset)) in Evaluate()
58 while (m_arm_exidx_data.ValidOffset(offset)) { in ArmUnwindInfo()
637 while (m_cfi_data.ValidOffset(offset) && offset < end_offset) { in FDEToUnwindPlan()
162 } while (data.ValidOffset(offset)); in ParseObjects()
284 for (uint32_t count = 0; DE.ValidOffset(offset) && count < item_count; in DumpDataExtractor()