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

References

tools/lldb/source/Symbol/FuncUnwinders.cpp
   89     CompactUnwindInfo *compact_unwind = m_unwind_table.GetCompactUnwindInfo();
  111     CallFrameInfo *object_file_frame = m_unwind_table.GetObjectFileUnwindInfo();
  130     DWARFCallFrameInfo *eh_frame = m_unwind_table.GetEHFrameInfo();
  148     DWARFCallFrameInfo *debug_frame = m_unwind_table.GetDebugFrameInfo();
  167     ArmUnwindInfo *arm_unwind_info = m_unwind_table.GetArmUnwindInfo();
  203   if (SymbolFile *symfile = m_unwind_table.GetSymbolFile()) {
  329       !m_unwind_table.GetAllowAssemblyEmulationUnwindPlans()) {
  521   if (ArchSpec arch = m_unwind_table.GetArchitecture()) {