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

12

/external/compiler-rt/lib/asan/
H A Dasan_stack.h38 stack->Unwind(max_depth, pc, bp, context, 0, 0, fast);
52 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom,
57 stack->Unwind(max_depth, pc, bp, context, 0, 0, false);
/external/compiler-rt/lib/lsan/
H A Dlsan.h29 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,
158 stack.Unwind(0, pc, bp, 0, 0, 0, false);
161 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());
157 stk = cb->Unwind();
169 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.cc57 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/swiftshader/third_party/LLVM/lib/MC/
H A DMCStreamer.cpp464 void MCStreamer::EmitWin64EHHandler(const MCSymbol *Sym, bool Unwind, argument
471 if (!Except && !Unwind)
473 if (Unwind)
H A DMCAsmStreamer.cpp224 virtual void EmitWin64EHHandler(const MCSymbol *Sym, bool Unwind,
996 void MCAsmStreamer::EmitWin64EHHandler(const MCSymbol *Sym, bool Unwind, argument
998 MCStreamer::EmitWin64EHHandler(Sym, Unwind, Except);
1001 if (Unwind)
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstruction.cpp105 case Unwind: return "unwind";
436 case 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/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCStreamer.h550 virtual void EmitWin64EHHandler(const MCSymbol *Sym, bool Unwind,
/external/llvm/lib/MC/
H A DMCStreamer.cpp501 void MCStreamer::EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, argument
507 if (!Except && !Unwind)
509 if (Unwind)
H A DMCAsmStreamer.cpp266 void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except) override;
1370 void MCAsmStreamer::EmitWinEHHandler(const MCSymbol *Sym, bool Unwind,
1372 MCStreamer::EmitWinEHHandler(Sym, Unwind, Except);
1376 if (Unwind)
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc42 stack.Unwind(kStackTraceMax, pc, bp, 0, 0, 0, false);
/external/llvm/tools/llvm-c-test/
H A Decho.cpp453 LLVMBasicBlockRef Unwind = DeclareBB(LLVMGetUnwindDest(Src)); local
455 Then, Unwind, Name);
/external/llvm/include/llvm/MC/
H A DMCStreamer.h758 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.cc696 ptrace->Unwind(kStackTraceMax, pc, 0, 0, 0, 0, false);
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLLexer.cpp645 INSTKEYWORD(unwind, Unwind);

Completed in 1117 milliseconds

12