Searched refs:Unwind (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp25 Unwind(max_depth, pc, bp, nullptr, top, bottom, true);
27 Unwind(max_depth, pc, bp, context, 0, 0, false);
35 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwind.h1 //===-- Unwind.h ------------------------------------------------*- C++ -*-===//
18 class Unwind { class in namespace:lldb_private
20 // Classes that inherit from Unwind can see and modify these
21 Unwind(Thread &thread) : m_thread(thread), m_unwind_mutex() {} function in class:lldb_private::Unwind
24 virtual ~Unwind() {}
64 // Classes that inherit from Unwind can see and modify these
80 DISALLOW_COPY_AND_ASSIGN(Unwind);
H A DStackFrameList.h97 void GetOnlyConcreteFramesUpTo(uint32_t end_idx, Unwind *unwinder);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp26 return Unwind(max_depth, pc, bp, context, 0, 0, request_fast);
28 Unwind(max_depth, pc, 0, context, 0, 0, false);
38 Trace.Unwind((__sanitizer::uptr)__builtin_return_address(0),
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stack.h45 stack.Unwind(StackTrace::GetCurrentPc(), \
51 stack.Unwind(pc, bp, nullptr, \
56 stack.Unwind((sig).pc, (sig).bp, (sig).context, \
H A Dasan_stack.cpp69 Unwind(max_depth, pc, bp, nullptr, t->stack_top(), t->stack_bottom(),
77 Unwind(max_depth, pc, bp, context, 0, 0, false);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.h20 stack.Unwind(StackTrace::GetCurrentPc(), \
H A Dlsan.cpp47 Unwind(max_depth, pc, bp, nullptr, stack_top, stack_bottom, true);
49 Unwind(max_depth, pc, 0, context, 0, 0, false);
92 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.h14 #include "lldb/Target/Unwind.h"
19 class HistoryUnwind : public lldb_private::Unwind {
H A DUnwindMacOSXFrameBackchain.h14 #include "lldb/Target/Unwind.h"
17 class UnwindMacOSXFrameBackchain : public lldb_private::Unwind {
H A DHistoryUnwind.cpp27 : Unwind(thread), m_pcs(pcs) {}
H A DThreadMemory.cpp17 #include "lldb/Target/Unwind.h"
66 Unwind *unwinder = GetUnwinder();
H A DUnwindLLDB.h18 #include "lldb/Target/Unwind.h"
26 class UnwindLLDB : public lldb_private::Unwind {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp59 Unwind(max_depth, pc, bp, nullptr, top, bottom, true);
61 Unwind(max_depth, pc, 0, context, 0, 0, false);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.h37 u32 Unwind() override;
H A Ddd_rtl.cpp24 stack.Unwind(1000, 0, 0, 0, 0, 0, false);
63 u32 Callback::Unwind() { function in class:__dsan::Callback
/freebsd-11-stable/lib/libgcc_eh/
H A DMakefile.inc13 SRCS_EXC+= Unwind-EHABI.cpp
14 SRCS_EXC+= Unwind-sjlj.c
/freebsd-11-stable/contrib/gcc/
H A Dunwind.inc36 Unwind the stack calling the personality routine to find both the
63 /* Unwind successful. Run the personality routine, if any. */
95 /* Phase 1: Search. Unwind the stack, calling the personality routine
114 /* Unwind successful. Run the personality routine, if any. */
163 /* Unwind successful. */
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h67 virtual u32 Unwind() { return 0; } function in struct:__sanitizer::DDCallback
H A Dsanitizer_deadlock_detector1.cpp94 m->stk = cb->Unwind();
114 dd.addEdges(&lt->dd, m->id, cb->Unwind(), cb->UniqueTid());
156 stk = cb->Unwind();
168 dd.addEdges(&lt->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid());
H A Dsanitizer_stacktrace.h105 void Unwind(uptr pc, uptr bp, void *context, bool request_fast, function in struct:__sanitizer::BufferedStackTrace
118 void Unwind(u32 max_depth, uptr pc, uptr bp, void *context, uptr stack_top,
H A Dsanitizer_symbolizer_report.cpp108 stack->Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom, true);
110 stack->Unwind(kStackTraceMax, pc, 0, nullptr, 0, 0, false);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h119 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
126 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.h105 lldb_private::Unwind *GetUnwinder() override;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h329 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
343 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_malloc, size);\
352 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal); \

Completed in 295 milliseconds

12