Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h125 bool IsTrapHandlerSymbol(lldb_private::Process *process,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp176 if (IsTrapHandlerSymbol(process, m_sym_ctx)) { in InitializeZerothFrame()
534 } else if (IsTrapHandlerSymbol(process, m_sym_ctx)) { in InitializeNonZerothFrame()
586 if (IsTrapHandlerSymbol(process, m_sym_ctx)) { in InitializeNonZerothFrame()
1231 bool RegisterContextUnwind::IsTrapHandlerSymbol( in IsTrapHandlerSymbol() function in RegisterContextUnwind