Home
last modified time | relevance | path

Searched refs:Unwind (Results 1 – 25 of 44) sorted by relevance

12

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDUnwind.h22 class Unwind
28 Unwind(Thread &thread) : in Unwind() function
36 ~Unwind() in ~Unwind()
115 DISALLOW_COPY_AND_ASSIGN (Unwind);
HDThread.h1299 virtual lldb_private::Unwind *
1350 std::unique_ptr<lldb_private::Unwind> m_unwinder_ap;
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_stack.h37 stack->Unwind(max_depth, pc, bp, context, 0, 0, fast); in GetStackTraceWithPcBpAndContext()
50 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, fast); in GetStackTraceWithPcBpAndContext()
53 stack->Unwind(max_depth, pc, bp, context, 0, 0, false); in GetStackTraceWithPcBpAndContext()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/
HDsanitizer_stacktrace_test.cc27 trace.Unwind(max_depth, start_pc, (uptr)&fake_stack[0], 0, fake_top, in TryFastUnwind()
145 stack.Unwind(0, pc, bp, 0, 0, 0, false); in TEST()
148 stack.Unwind(1, pc, bp, 0, 0, 0, false); in TEST()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_deadlock_detector1.cc95 m->stk = cb->Unwind(); in MutexInit()
115 dd.addEdges(&lt->dd, m->id, cb->Unwind(), cb->UniqueTid()); in MutexBeforeLock()
152 stk = cb->Unwind(); in MutexAfterLock()
164 dd.addEdges(&lt->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock()
HDsanitizer_deadlock_detector2.cc216 tm->stk = cb->Unwind(); in MutexBeforeLock()
242 link->stk1 = cb->Unwind(); in MutexBeforeLock()
257 link->stk1 = cb->Unwind(); in MutexBeforeLock()
303 tm->stk = cb->Unwind(); in MutexAfterLock()
HDsanitizer_stacktrace_libcdep.cc48 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context, in Unwind() function in __sanitizer::BufferedStackTrace
HDsanitizer_deadlock_detector_interface.h68 virtual u32 Unwind() { return 0; } in Unwind() function
HDsanitizer_stacktrace.h99 void Unwind(u32 max_depth, uptr pc, uptr bp, void *context, uptr stack_top,
/NextBSD/contrib/gcc/
HDunwind.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. */
/NextBSD/contrib/compiler-rt/lib/tsan/dd/
HDdd_rtl.cc25 stack.Unwind(1000, 0, 0, 0, 0, 0, false); in CurrentStackTrace()
64 u32 Callback::Unwind() { in Unwind() function in __dsan::Callback
HDdd_rtl.h38 u32 Unwind() override;
/NextBSD/contrib/compiler-rt/lib/lsan/
HDlsan.h27 stack.Unwind(max_size, StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDHistoryUnwind.h21 class HistoryUnwind : public lldb_private::Unwind
HDUnwindMacOSXFrameBackchain.h23 class UnwindMacOSXFrameBackchain : public lldb_private::Unwind
HDHistoryUnwind.cpp28 Unwind (thread), in HistoryUnwind()
HDThreadMemory.cpp95 Unwind *unwinder = GetUnwinder (); in CreateRegisterContextForFrame()
HDUnwindLLDB.h26 class UnwindLLDB : public lldb_private::Unwind
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDPOSIXThread.h128 lldb_private::Unwind *
/NextBSD/contrib/llvm/lib/MC/
HDMCStreamer.cpp450 void MCStreamer::EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, in EmitWinEHHandler() argument
456 if (!Except && !Unwind) in EmitWinEHHandler()
458 if (Unwind) in EmitWinEHHandler()
HDMCAsmStreamer.cpp227 void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except) override;
1133 void MCAsmStreamer::EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, in EmitWinEHHandler() argument
1135 MCStreamer::EmitWinEHHandler(Sym, Unwind, Except); in EmitWinEHHandler()
1139 if (Unwind) in EmitWinEHHandler()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
HDThreadElfCore.cpp66 Unwind *unwinder = GetUnwinder (); in ClearStackFrames()
/NextBSD/gnu/lib/libgcc/
HDMakefile79 Unwind-EHABI.cpp \
80 Unwind-sjlj.c \
/NextBSD/contrib/compiler-rt/lib/msan/
HDmsan.cc220 return stack->Unwind(max_s, pc, bp, 0, 0, 0, request_fast_unwind); in GetStackTrace()
222 stack->Unwind(max_s, pc, bp, 0, t->stack_top(), t->stack_bottom(), in GetStackTrace()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDThreadGDBRemote.cpp300 Unwind *unwinder = GetUnwinder (); in CreateRegisterContextForFrame()

12