reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/DumpDataExtractor.cpp
  194   for (uint32_t count = 0; DE.ValidOffset(offset) && count < item_count;
tools/lldb/source/Expression/DWARFExpression.cpp
  119     while (m_data.ValidOffset(offset)) {
  424   while (m_data.ValidOffset(offset)) {
  460   while (m_data.ValidOffset(offset)) {
  504   while (m_data.ValidOffset(offset)) {
  546   while (m_data.ValidOffset(offset)) {
  628     while (m_data.ValidOffset(offset)) {
  668     while (m_data.ValidOffset(offset)) {
  970       while (m_data.ValidOffset(offset)) {
 1051   while (opcodes.ValidOffset(offset)) {
 1797       if (opcodes.ValidOffset(new_offset))
 1826           if (opcodes.ValidOffset(new_offset))
 2661   if (!debug_loc_data.ValidOffset(*offset_ptr))
 2902   while (data.ValidOffset(offset)) {
 2922   while (debug_loc_data.ValidOffset(offset)) {
 2982   if (!m_data.ValidOffset(op_offset) || op_offset >= end_offset) {
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  668          i < image_infos.size() && info_data_ref.ValidOffset(info_data_offset);
tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
  162     } while (data.ValidOffset(offset));
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1937   if (!data.ValidOffset(offset))
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
   44   while (data.ValidOffset(*offset_ptr)) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
  108   while (data.ValidOffset(offset)) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
   37   assert(data.ValidOffset(*offset_ptr));
   79   if (!data.ValidOffset(m_offset + sizeof(m_header.length) + m_header.length -
  103   while (data.ValidOffset(*offset_ptr)) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
   40   while (debug_aranges_data.ValidOffset(offset)) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
   76   while (data.ValidOffset(offset)) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  244     if (!data.ValidOffset(offset))
  348               if (data.ValidOffset(offset)) {
  406   if (data.ValidOffset(offset)) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  768   bool length_OK = data.ValidOffset(header.GetNextUnitOffset() - 1);
  794   assert(debug_info.ValidOffset(*offset_ptr));
  807       dwarf.GetDWARFContext().getOrLoadAbbrevData().ValidOffset(
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 3273               if (data.ValidOffset(offset)) {
tools/lldb/source/Symbol/ArmUnwindInfo.cpp
   58   while (m_arm_exidx_data.ValidOffset(offset)) {
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  638   while (m_cfi_data.ValidOffset(offset) && offset < end_offset) {
tools/lldb/source/Utility/DataExtractor.cpp
  165   if (data.ValidOffset(offset)) {
  264   if (data.ValidOffset(data_offset)) {
  988        ValidOffset(offset) && offset < end_offset; ++count) {