Home
last modified time | relevance | path

Searched defs:isSignalFrame (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1-gcc-ext.c253 int isSignalFrame = __unw_is_signal_frame((unw_cursor_t *)context); in _Unwind_GetIPInfo() local
H A DDwarfInstructions.hpp189 bool &isSignalFrame, bool stage2) { in stepWithDwarf()
H A DUnwindCursor.hpp453 _LIBUNWIND_ABORT("isSignalFrame not implemented"); in isSignalFrame() function in libunwind::AbstractUnwindCursor
922 template <typename A, typename R> bool UnwindCursor<A, R>::isSignalFrame() { isSignalFrame() function in libunwind::UnwindCursor
1395 template <typename A, typename R> bool UnwindCursor<A, R>::isSignalFrame() { isSignalFrame() function in libunwind::UnwindCursor
2299 stepWithTBTable(pint_t pc,tbtable * TBTable,R & registers,bool & isSignalFrame) stepWithTBTable() argument
[all...]
H A DDwarfParser.hpp49 bool isSignalFrame; member