Searched refs:ValidOffset (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationList.cpp27 while (debug_loc_data.ValidOffset(offset))
76 while (debug_loc_data.ValidOffset(offset))
H A DDWARFDebugMacinfoEntry.cpp85 if (mac_info_data.ValidOffset(*offset_ptr))
H A DDWARFDebugPubnamesSet.cpp83 if (data.ValidOffset(*offset_ptr))
93 while (data.ValidOffset(*offset_ptr))
H A DDWARFCompileUnit.cpp78 if (debug_info.ValidOffset(*offset_ptr))
87 bool length_OK = debug_info.ValidOffset(GetNextCompileUnitOffset()-1);
89 bool abbr_offset_OK = m_dwarf2Data->get_debug_abbrev_data().ValidOffset(abbr_offset);
292 bool valid_offset = debug_info.ValidOffset(m_offset);
293 bool length_OK = debug_info.ValidOffset(GetNextCompileUnitOffset()-1);
295 bool abbr_offset_OK = m_dwarf2Data->get_debug_abbrev_data().ValidOffset(GetAbbrevOffset());
H A DDWARFDebugAbbrev.cpp149 while (data.ValidOffset(offset))
H A DDWARFDebugAranges.cpp61 if (debug_aranges_data.ValidOffset(0))
H A DDWARFDebugArangeSet.cpp167 if (data.ValidOffset(*offset_ptr))
210 while (data.ValidOffset(*offset_ptr))
H A DDWARFDebugPubnames.cpp41 if (data.ValidOffset(0))
46 while (data.ValidOffset(offset))
H A DDWARFDebugLine.cpp40 while (debug_line_data.ValidOffset(offset))
119 while (debug_line_data.ValidOffset(debug_line_offset))
136 if (debug_line_data.ValidOffset(debug_line_offset))
171 while (debug_line_data.ValidOffset(debug_line_offset))
189 if (debug_line_data.ValidOffset(offset))
210 assert(debug_line_data.ValidOffset(end_offset-1));
392 if (debug_line_data.ValidOffset(offset))
H A DDWARFAbbreviationDeclaration.cpp50 while (data.ValidOffset(*offset_ptr))
H A DDWARFLocationDescription.cpp29 while (data.ValidOffset(offset))
H A DDWARFDebugInfo.cpp167 while (debug_info_data.ValidOffset(offset))
454 if (!dwarf2Data->get_debug_info_data().ValidOffset(offset))
H A DDWARFDebugInfoEntry.cpp291 if ((offset < cu_end_offset) && debug_info_data.ValidOffset(offset))
772 if (!debug_info_data.ValidOffset(offset))
967 if (debug_info_data.ValidOffset(offset))
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDataEncoder.h414 ValidOffset (uint32_t offset) const function in class:lldb_private::DataEncoder
H A DDataExtractor.h1268 ValidOffset (lldb::offset_t offset) const function in class:lldb_private::DataExtractor
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp298 while (m_data.ValidOffset(offset) && offset < end_offset)
683 while (m_data.ValidOffset(offset))
805 // while (m_data.ValidOffset(offset))
1034 while (m_data.ValidOffset(offset))
1066 while (m_data.ValidOffset(offset))
1123 while (m_data.ValidOffset(offset))
1159 while (m_data.ValidOffset(offset))
1268 while (m_data.ValidOffset(offset))
1358 while (opcodes.ValidOffset(offset) && offset < end_offset)
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DDataEncoder.cpp230 if (ValidOffset(offset))
H A DDataExtractor.cpp199 if (data.ValidOffset(offset))
333 if (data.ValidOffset(data_offset))
1485 for (uint32_t count = 0; ValidOffset(offset) && count < item_count; ++count)
2097 for (offset = start_offset, end_offset = offset + length, count = 0; ValidOffset(offset) && offset < end_offset; ++count)
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp163 } while (data.ValidOffset(offset));
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp450 while (m_cfi_data.ValidOffset(offset) && offset < end_offset)

Completed in 151 milliseconds