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

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp427 stack->Unwind(pc, frame, uc, common_flags()->fast_unwind_on_fatal);
463 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context,
H A Dhwasan.cpp195 Unwind(max_depth, pc, bp, context, t->stack_top(), t->stack_bottom(),
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp41 stack->Unwind(max_depth, pc, bp, nullptr, top, bottom, true);
43 stack->Unwind(max_depth, pc, bp, context, 0, 0, false);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1191 virtual Unwind &GetUnwinder();
1250 std::unique_ptr<lldb_private::Unwind> m_unwinder_up;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp26 : Unwind(thread), m_frames(), m_unwind_complete(false),
98 // Update the Full Unwind Plan for this frame if not valid
106 LLDB_LOGF(log, "th%d Unwind of this thread is complete.",
335 LLDB_LOGF(log, "th%d Unwind of this thread is complete.",
376 // Cursor::m_frames[m_frames.size() - 2]. It also succeeded to Unwind next
H A DStackFrameList.cpp23 #include "lldb/Target/Unwind.h"
221 Unwind &unwinder) {
443 Unwind &unwinder = m_thread.GetUnwinder();
H A DThread.cpp1860 Unwind &Thread::GetUnwinder() {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp732 void MCStreamer::EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except, argument
741 if (!Except && !Unwind)
743 if (Unwind)
H A DMCAsmStreamer.cpp339 void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except,
1834 void MCAsmStreamer::EmitWinEHHandler(const MCSymbol *Sym, bool Unwind,
1836 MCStreamer::EmitWinEHHandler(Sym, Unwind, Except, Loc);
1840 if (Unwind)
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h251 class Unwind;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp38 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp342 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context,
H A Dtsan_rtl_mutex.cpp38 u32 Unwind() override { return CurrentStackId(thr, pc); }
H A Dtsan_rtl_report.cpp734 ptrace->Unwind(pc, bp, nullptr, false);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h1000 virtual void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except,

Completed in 239 milliseconds

12