Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libunwind/src/
H A DUnwindLevel1-gcc-ext.c249 int isSignalFrame = __unw_is_signal_frame((unw_cursor_t *)context); in _Unwind_GetIPInfo() local
H A DDwarfInstructions.hpp193 bool &isSignalFrame, bool stage2) { in stepWithDwarf()
H A DUnwindCursor.hpp452 virtual bool isSignalFrame() { in isSignalFrame() function in libunwind::AbstractUnwindCursor
909 template <typename A, typename R> bool UnwindCursor<A, R>::isSignalFrame() { in isSignalFrame() function in libunwind::UnwindCursor
1377 template <typename A, typename R> bool UnwindCursor<A, R>::isSignalFrame() { in isSignalFrame() function in libunwind::UnwindCursor
2278 R &registers, bool &isSignalFrame) { in stepWithTBTable()
H A DDwarfParser.hpp49 bool isSignalFrame; member