/external/libunwind_llvm/ |
H A D | Android.mk | 21 src/Unwind-EHABI.cpp \ 22 src/Unwind-sjlj.c \
|
/external/compiler-rt/lib/asan/ |
H A D | asan_stack.h | 38 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 D | lsan.h | 27 stack.Unwind(max_size, StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
|
/external/compiler-rt/lib/tsan/dd/ |
H A D | dd_rtl.h | 38 u32 Unwind() override;
|
H A D | dd_rtl.cc | 25 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 D | sanitizer_stacktrace_test.cc | 27 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 D | sanitizer_deadlock_detector1.cc | 95 m->stk = cb->Unwind(); 115 dd.addEdges(<->dd, m->id, cb->Unwind(), cb->UniqueTid()); 152 stk = cb->Unwind(); 164 dd.addEdges(<->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid());
|
H A D | sanitizer_deadlock_detector_interface.h | 68 virtual u32 Unwind() { return 0; } function in struct:__sanitizer::DDCallback
|
H A D | sanitizer_stacktrace_libcdep.cc | 48 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context, function in class:__sanitizer::BufferedStackTrace
|
H A D | sanitizer_stacktrace.h | 97 void Unwind(u32 max_depth, uptr pc, uptr bp, void *context, uptr stack_top,
|
H A D | sanitizer_deadlock_detector2.cc | 216 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 D | msan.cc | 226 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 D | MCAsmStreamer.cpp | 234 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 D | MCStreamer.cpp | 456 void MCStreamer::EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, argument 462 if (!Except && !Unwind) 464 if (Unwind)
|
/external/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cc | 42 stack.Unwind(kStackTraceMax, pc, bp, 0, 0, 0, false);
|
/external/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 680 virtual void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except);
|
/external/libunwind/doc/ |
H A D | libunwind-ia64.tex | 194 \section{The Unwind-Context Type}
|
H A D | libunwind.tex | 276 \section{Caching of Unwind Info}
|
/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_mutex.cc | 39 u32 Unwind() override { return CurrentStackId(thr, pc); }
|
H A D | tsan_rtl_report.cc | 677 ptrace->Unwind(kStackTraceMax, pc, 0, 0, 0, 0, false);
|