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

/external/libunwind_llvm/
H A DAndroid.mk21 src/Unwind-EHABI.cpp \
22 src/Unwind-sjlj.c \
/external/compiler-rt/lib/asan/
H A Dasan_stack.h38 stack->Unwind(max_depth, pc, bp, context, 0, 0, fast);
51 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, fast);
54 stack->Unwind(max_depth, pc, bp, context, 0, 0, false);
/external/compiler-rt/lib/lsan/
H A Dlsan.h27 stack.Unwind(max_size, StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
/external/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.h38 u32 Unwind() override;
H A Ddd_rtl.cc25 stack.Unwind(1000, 0, 0, 0, 0, 0, false);
64 u32 Callback::Unwind() { function in class:__dsan::Callback
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc27 trace.Unwind(max_depth, start_pc, (uptr)&fake_stack[0], 0, fake_top,
145 stack.Unwind(0, pc, bp, 0, 0, 0, false);
148 stack.Unwind(1, pc, bp, 0, 0, 0, false);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc95 m->stk = cb->Unwind();
115 dd.addEdges(&lt->dd, m->id, cb->Unwind(), cb->UniqueTid());
152 stk = cb->Unwind();
164 dd.addEdges(&lt->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid());
H A Dsanitizer_deadlock_detector_interface.h68 virtual u32 Unwind() { return 0; } function in struct:__sanitizer::DDCallback
H A Dsanitizer_stacktrace_libcdep.cc48 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context, function in class:__sanitizer::BufferedStackTrace
H A Dsanitizer_stacktrace.h97 void Unwind(u32 max_depth, uptr pc, uptr bp, void *context, uptr stack_top,
H A Dsanitizer_deadlock_detector2.cc216 tm->stk = cb->Unwind();
242 link->stk1 = cb->Unwind();
257 link->stk1 = cb->Unwind();
303 tm->stk = cb->Unwind();
/external/compiler-rt/lib/msan/
H A Dmsan.cc226 return stack->Unwind(max_s, pc, bp, nullptr, 0, 0, request_fast_unwind);
228 stack->Unwind(max_s, pc, bp, nullptr, t->stack_top(), t->stack_bottom(),
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp234 void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except) override;
1160 void MCAsmStreamer::EmitWinEHHandler(const MCSymbol *Sym, bool Unwind,
1162 MCStreamer::EmitWinEHHandler(Sym, Unwind, Except);
1166 if (Unwind)
H A DMCStreamer.cpp456 void MCStreamer::EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, argument
462 if (!Except && !Unwind)
464 if (Unwind)
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc42 stack.Unwind(kStackTraceMax, pc, bp, 0, 0, 0, false);
/external/llvm/include/llvm/MC/
H A DMCStreamer.h680 virtual void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except);
/external/libunwind/doc/
H A Dlibunwind-ia64.tex194 \section{The Unwind-Context Type}
H A Dlibunwind.tex276 \section{Caching of Unwind Info}
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc39 u32 Unwind() override { return CurrentStackId(thr, pc); }
H A Dtsan_rtl_report.cc677 ptrace->Unwind(kStackTraceMax, pc, 0, 0, 0, 0, false);

Completed in 805 milliseconds