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

References

tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  260   if (length > 0 && ((m_type == DWARF && cie_id == UINT32_MAX) ||
  297     if (m_type == DWARF && cie_sp->version >= CFI_VERSION4) {
  306         m_type == DWARF && cie_sp->version >= CFI_VERSION3
  482     if (m_type == DWARF)
tools/lldb/source/Symbol/UnwindTable.cpp
   67         new DWARFCallFrameInfo(*object_file, sect, DWARFCallFrameInfo::DWARF));
tools/lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
  260   TestBasic(DWARFCallFrameInfo::DWARF, "debug_frame3");
  264   TestBasic(DWARFCallFrameInfo::DWARF, "debug_frame4");