Searched refs:UNW_STEP_SUCCESS (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A Dlibunwind_ext.h19 #define UNW_STEP_SUCCESS 1 macro
H A DCompactUnwinder.hpp114 return UNW_STEP_SUCCESS;
232 return UNW_STEP_SUCCESS;
345 return UNW_STEP_SUCCESS;
463 return UNW_STEP_SUCCESS;
609 return UNW_STEP_SUCCESS;
690 return UNW_STEP_SUCCESS;
H A DUnwind-EHABI.cpp186 if (__unw_step(reinterpret_cast<unw_cursor_t *>(context)) != UNW_STEP_SUCCESS)
994 if (__unw_step(cursor) != UNW_STEP_SUCCESS)
H A DDwarfInstructions.hpp270 return UNW_STEP_SUCCESS;
H A DUnwindCursor.hpp516 return UNW_STEP_SUCCESS;
921 return UNW_STEP_SUCCESS;
1997 if (result == UNW_STEP_SUCCESS) {

Completed in 127 milliseconds