Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwindLevel1-gcc-ext.c224 int isSignalFrame = __unw_is_signal_frame((unw_cursor_t *)context); in _Unwind_GetIPInfo() local
DDwarfInstructions.hpp157 bool &isSignalFrame) { in stepWithDwarf()
DUnwindCursor.hpp437 virtual bool isSignalFrame() { in isSignalFrame() function in libunwind::AbstractUnwindCursor
872 template <typename A, typename R> bool UnwindCursor<A, R>::isSignalFrame() { in isSignalFrame() function in libunwind::UnwindCursor
1250 template <typename A, typename R> bool UnwindCursor<A, R>::isSignalFrame() { in isSignalFrame() function in libunwind::UnwindCursor
DDwarfParser.hpp49 bool isSignalFrame; member