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/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 2427                                   DWARFCallFrameInfo::EH);
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  261                      (m_type == EH && cie_id == 0ul))) {
  468     if ((cie_id == 0 && m_type == EH) || cie_id == UINT32_MAX || len == 0) {
  550   assert(!(m_type == EH && 0 == cie_offset) && cie_offset != UINT32_MAX);
  554   if (m_type == EH) {
tools/lldb/source/Symbol/UnwindTable.cpp
   61         new DWARFCallFrameInfo(*object_file, sect, DWARFCallFrameInfo::EH));
tools/lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
  239   auto section_sp = list->FindSectionByType(type == DWARFCallFrameInfo::EH
  268   TestBasic(DWARFCallFrameInfo::EH, "eh_frame");