Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DUnwindLevel1-gcc-ext.c218 int isSignalFrame = __unw_is_signal_frame((unw_cursor_t *)context); in _Unwind_GetIPInfo() local
H A DDwarfInstructions.hpp192 bool &isSignalFrame) { in stepWithDwarf()
H A DUnwindCursor.hpp451 virtual bool isSignalFrame() { in isSignalFrame() function in libunwind::AbstractUnwindCursor
908 template <typename A, typename R> bool UnwindCursor<A, R>::isSignalFrame() { in isSignalFrame() function in libunwind::UnwindCursor
1361 template <typename A, typename R> bool UnwindCursor<A, R>::isSignalFrame() { in isSignalFrame() function in libunwind::UnwindCursor
2256 R &registers, bool &isSignalFrame) { in stepWithTBTable()
H A DDwarfParser.hpp49 bool isSignalFrame; member