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

12

/freebsd-13-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-13-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 Unwind(const Unwind &) = delete;
81 const Unwind &operator=(const Unwind
[all...]
H A DStackFrameList.h97 void GetOnlyConcreteFramesUpTo(uint32_t end_idx, Unwind &unwinder);
H A DUnwindLLDB.h18 #include "lldb/Target/Unwind.h"
26 class UnwindLLDB : public lldb_private::Unwind {
/freebsd-13-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-13-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-13-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 DHistoryUnwind.cpp28 : Unwind(thread), m_pcs(pcs),
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.h25 stack.Unwind(StackTrace::GetCurrentPc(), \
H A Dlsan.cpp46 Unwind(max_depth, pc, bp, nullptr, stack_top, stack_bottom, true);
48 Unwind(max_depth, pc, 0, context, 0, 0, false);
H A Dlsan_posix.cpp85 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context,
/freebsd-13-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-13-stable/lib/libgcc_eh/
H A DMakefile.inc12 SRCS_EXC+= Unwind-EHABI.cpp
13 SRCS_EXC+= Unwind-sjlj.c
/freebsd-13-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-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h100 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
107 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
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_deadlock_detector_interface.h67 virtual u32 Unwind() { return 0; } function in struct:__sanitizer::DDCallback
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);
H A Dsanitizer_deadlock_detector2.cpp211 tm->stk = cb->Unwind();
237 link->stk1 = cb->Unwind();
252 link->stk1 = cb->Unwind();
298 tm->stk = cb->Unwind();
H A Dsanitizer_stacktrace_libcdep.cpp57 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context, function in class:__sanitizer::BufferedStackTrace
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h343 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
357 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_malloc, size);\
366 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal); \
H A Dmsan.cpp313 return Unwind(max_depth, pc, bp, context, 0, 0, false);
316 Unwind(max_depth, pc, bp, nullptr, t->stack_top(), t->stack_bottom(), true);
318 Unwind(max_depth, pc, 0, context, 0, 0, false);
407 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context,

Completed in 212 milliseconds

12