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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DIERef.cpp
   16   OS << (ref.section() == DIERef::DebugInfo ? "INFO" : "TYPE");
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
  102   ParseUnitsFor(DIERef::Section::DebugInfo);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
  532             DIERef::Section::DebugInfo, value);
tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
   52   DWARFUnit *cu = m_debug_info.GetUnitAtOffset(DIERef::Section::DebugInfo, *cu_offset);
   64                   DIERef::Section::DebugInfo, cu->GetOffset() + *die_offset);
tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
   68       return DIERef(llvm::None, DIERef::Section::DebugInfo, die_offset);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1251         *dwarf, {llvm::None, DIERef::Section::DebugInfo, dw_offset_t(uid)}};
 1258       uid >> 63 ? DIERef::Section::DebugTypes : DIERef::Section::DebugInfo;
 1768                 debug_info->GetUnitAtOffset(DIERef::Section::DebugInfo,
tools/lldb/unittests/Expression/DWARFExpressionTest.cpp
  152         DIERef::DebugInfo, &offset_ptr);