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

123

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp24 stack.Unwind(1000, 0, 0, 0, 0, 0, false);
63 u32 Callback::Unwind() { function in class:__dsan::Callback
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
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 {
H A DThread.h1225 virtual Unwind &GetUnwinder();
1292 std::unique_ptr<lldb_private::Unwind> m_unwinder_up;
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DUnwindLLDB.cpp27 : Unwind(thread), m_frames(), m_unwind_complete(false),
99 // Update the Full Unwind Plan for this frame if not valid
105 Log *log = GetLog(LLDBLog::Unwind);
107 LLDB_LOGF(log, "th%d Unwind of this thread is complete.",
123 Log *log = GetLog(LLDBLog::Unwind);
319 Log *log = GetLog(LLDBLog::Unwind);
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 DRegisterContextUnwind.cpp113 Log *log = GetLog(LLDBLog::Unwind);
304 Log *log = GetLog(LLDBLog::Unwind);
1250 Log *log = GetLog(LLDBLog::Unwind);
1286 // arch default unwind plan is used as the Fast Unwind Plan, we
1287 // need to recognize this & switch over to the Full Unwind Plan
1896 // Unwind plan does not indicate trap handler. Do nothing. We may
2332 Log *log = GetLog(LLDBLog::Unwind);
2349 Log *log = GetLog(LLDBLog::Unwind);
H A DStackFrameList.cpp23 #include "lldb/Target/Unwind.h"
225 Unwind &unwinder) {
447 Unwind &unwinder = m_thread.GetUnwinder();
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cpp147 trace.Unwind(start_pc, fake_bp, nullptr, true, 1);
154 trace.Unwind(start_pc, fake_bp, nullptr, true, 0);
265 stack.Unwind(pc, bp, nullptr, false, /*max_depth=*/0);
268 stack.Unwind(pc, bp, nullptr, false, /*max_depth=*/1);
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan.h275 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
289 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_malloc, size);\
298 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal); \
H A Dmsan.cpp333 return Unwind(max_depth, pc, bp, context, t ? t->stack_top() : 0,
337 Unwind(max_depth, pc, bp, nullptr, t->stack_top(), t->stack_bottom(), true);
339 Unwind(max_depth, pc, 0, context, 0, 0, false);
428 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context,
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_posix.cpp86 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context,
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp115 stack->Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom, true);
117 stack->Unwind(kStackTraceMax, pc, 0, nullptr, 0, 0, false);
H A Dsanitizer_deadlock_detector2.cpp209 tm->stk = cb->Unwind();
235 link->stk1 = cb->Unwind();
250 link->stk1 = cb->Unwind();
296 tm->stk = cb->Unwind();
H A Dsanitizer_stacktrace_libcdep.cpp136 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context, function in class:__sanitizer::BufferedStackTrace
/openbsd-current/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp76 Log *log = GetLog(LLDBLog::Unwind);
150 "Unwind row for the function entry missing");
382 Log *log = GetLog(LLDBLog::Unwind);
414 Log *log = GetLog(LLDBLog::Unwind);
495 Log *log = GetLog(LLDBLog::Unwind);
521 Log *log = GetLog(LLDBLog::Unwind);
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DUnwindPlan.cpp411 Log *log = GetLog(LLDBLog::Unwind);
422 Log *log = GetLog(LLDBLog::Unwind);
439 Log *log = GetLog(LLDBLog::Unwind);
462 Log *log = GetLog(LLDBLog::Unwind);
H A DDWARFCallFrameInfo.cpp403 Log *log = GetLog(LLDBLog::Unwind);
529 Log *log = GetLog(LLDBLog::Unwind);
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan.cpp224 stack->Unwind(pc, frame, uc, common_flags()->fast_unwind_on_fatal);
276 Unwind(max_depth, pc, bp, context, t->stack_top(), t->stack_bottom(),
H A Dhwasan_linux.cpp486 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context,
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan.cpp196 stack.Unwind(pc, bp, nullptr, true, flags().store_context_size);
992 return Unwind(max_depth, pc, bp, context, 0, 0, false);
994 Unwind(max_depth, pc, bp, nullptr, t->stack_top(), t->stack_bottom(), true);
/openbsd-current/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp529 LLVMBasicBlockRef Unwind = DeclareBB(LLVMGetUnwindDest(Src)); local
531 Then, Unwind, Name);
736 LLVMBasicBlockRef Unwind = nullptr; local
738 Unwind = DeclareBB(UDest);
739 Dst = LLVMBuildCleanupRet(Builder, CatchPad, Unwind);
/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp41 stack->Unwind(max_depth, pc, bp, context, top, bottom, fast);
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCStreamer.cpp783 void MCStreamer::emitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except, argument
792 if (!Except && !Unwind)
794 if (Unwind)
/openbsd-current/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h266 class Unwind;
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_errors.cpp38 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context,

Completed in 301 milliseconds

123