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

References

tools/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h
  163     return m_type == EH ? lldb::eRegisterKindEHFrame : lldb::eRegisterKindDWARF;
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  260   if (length > 0 && ((m_type == DWARF && cie_id == UINT32_MAX) ||
  261                      (m_type == EH && cie_id == 0ul))) {
  297     if (m_type == DWARF && cie_sp->version >= CFI_VERSION4) {
  306         m_type == DWARF && cie_sp->version >= CFI_VERSION3
  468     if ((cie_id == 0 && m_type == EH) || cie_id == UINT32_MAX || len == 0) {
  482     if (m_type == DWARF)
  550   assert(!(m_type == EH && 0 == cie_offset) && cie_offset != UINT32_MAX);
  554   if (m_type == EH) {