Searched defs:Unwind (Results 1 - 7 of 7) sorted by relevance

/external/libunwind/doc/
H A Dlibunwind-ia64.tex194 \section{The Unwind-Context Type}
/external/lldb/include/lldb/Target/
H A DUnwind.h1 //===-- Unwind.h ------------------------------------------------*- C++ -*-===//
22 class Unwind class in namespace:lldb_private
26 // Classes that inherit from Unwind can see and modify these
28 Unwind(Thread &thread) : function in class:lldb_private::Unwind
36 ~Unwind()
96 // Classes that inherit from Unwind can see and modify these
115 DISALLOW_COPY_AND_ASSIGN (Unwind);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cc47 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context, function in class:__sanitizer::BufferedStackTrace
H A Dsanitizer_deadlock_detector_interface.h68 virtual u32 Unwind() { return 0; } function in struct:__sanitizer::DDCallback
/external/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cc25 stack.Unwind(1000, 0, 0, 0, 0, 0, false);
64 u32 Callback::Unwind() { function in class:__dsan::Callback
/external/llvm/lib/MC/
H A DMCStreamer.cpp442 void MCStreamer::EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, argument
448 if (!Except && !Unwind)
450 if (Unwind)
/external/v8/src/
H A Dframes.cc87 // Unwind handlers corresponding to the current frame.
862 handler->Unwind(isolate(), store, next_stack_handler_index,
1529 void StackHandler::Unwind(Isolate* isolate, function in class:v8::internal::StackHandler

Completed in 1957 milliseconds