Home
last modified time | relevance | path

Searched refs:m_unwind_table (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp36 : m_unwind_table(unwind_table), m_addr(std::move(addr)), in FuncUnwinders()
93 CompactUnwindInfo *compact_unwind = m_unwind_table.GetCompactUnwindInfo(); in GetCompactUnwindUnwindPlan()
117 m_unwind_table.GetObjectFileUnwindInfo()) in GetObjectFileUnwindPlan()
131 if (DWARFCallFrameInfo *eh_frame = m_unwind_table.GetEHFrameInfo()) in GetEHFrameUnwindPlan()
145 if (DWARFCallFrameInfo *debug_frame = m_unwind_table.GetDebugFrameInfo()) in GetDebugFrameUnwindPlan()
162 ArmUnwindInfo *arm_unwind_info = m_unwind_table.GetArmUnwindInfo(); in GetArmUnwindUnwindPlan()
197 if (SymbolFile *symfile = m_unwind_table.GetSymbolFile(); in GetSymbolFileUnwindPlan()
319 !m_unwind_table.GetAllowAssemblyEmulationUnwindPlans()) { in GetAssemblyUnwindPlan()
495 if (ArchSpec arch = m_unwind_table.GetArchitecture()) { in GetUnwindAssemblyProfiler()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp134 : m_unwind_table(*this), m_file_has_changed(false), in Module()
242 m_unwind_table(*this), m_file_has_changed(false), in Module()
260 : m_unwind_table(*this), m_file_has_changed(false), in Module()
331 m_unwind_table.ModuleWasUpdated(); in GetMemoryObjectFile()
994 m_unwind_table.ModuleWasUpdated(); in GetSymbolFile()
1204 m_unwind_table.ModuleWasUpdated(); in GetObjectFile()
1237 return m_unwind_table; in GetUnwindTable()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h107 UnwindTable &m_unwind_table; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h1035 UnwindTable m_unwind_table; ///< Table of FuncUnwinders variable