Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.h123 bool IsTrapHandlerSymbol(lldb_private::Process *process,
H A DRegisterContextLLDB.cpp177 if (IsTrapHandlerSymbol(process, m_sym_ctx)) { in InitializeZerothFrame()
540 if (IsTrapHandlerSymbol(process, m_sym_ctx)) { in InitializeNonZerothFrame()
1118 bool RegisterContextLLDB::IsTrapHandlerSymbol( in IsTrapHandlerSymbol() function in RegisterContextLLDB