Home
last modified time | relevance | path

Searched refs:unwind_table (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h34 FuncUnwinders(lldb_private::UnwindTable &unwind_table, Address addr,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp34 FuncUnwinders::FuncUnwinders(UnwindTable &unwind_table, Address addr, in FuncUnwinders() argument
36 : m_unwind_table(unwind_table), m_addr(std::move(addr)), in FuncUnwinders()