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

12

/external/libcxxabi/
H A DAndroid.mk40 src/Unwind/libunwind.cpp \
41 src/Unwind/Unwind-EHABI.cpp \
42 src/Unwind/Unwind-sjlj.c \
43 src/Unwind/UnwindLevel1-gcc-ext.c \
44 src/Unwind/UnwindLevel1.c \
45 src/Unwind/UnwindRegistersSave.S \
46 src/Unwind/UnwindRegistersRestore.S \
81 LOCAL_SRC_FILES += $(LLVM_UNWIND_SRC_FILES) src/Unwind/Unwind_AppleExtra
[all...]
/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);
H A DThread.h1004 virtual lldb_private::Unwind *
1053 std::unique_ptr<lldb_private::Unwind> m_unwinder_ap;
/external/compiler-rt/lib/asan/
H A Dasan_stack.h31 stack->Unwind(max_depth, pc, bp, context, 0, 0, fast);
40 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, fast);
43 stack->Unwind(max_depth, pc, bp, context, 0, 0, false);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc26 trace.Unwind(max_depth, start_pc, (uptr)&fake_stack[0], 0, fake_top,
118 stack.Unwind(0, pc, bp, 0, 0, 0, false);
121 stack.Unwind(1, pc, bp, 0, 0, 0, false);
/external/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.h39 virtual u32 Unwind();
H A Ddd_rtl.cc24 trace.Unwind(1000, 0, 0, 0, 0, 0, false);
64 u32 Callback::Unwind() { function in class:__dsan::Callback
/external/lldb/source/Plugins/Process/Utility/
H A DUnwindMacOSXFrameBackchain.h21 #include "lldb/Target/Unwind.h"
23 class UnwindMacOSXFrameBackchain : public lldb_private::Unwind
H A DUnwindLLDB.h19 #include "lldb/Target/Unwind.h"
25 class UnwindLLDB : public lldb_private::Unwind
H A DThreadMemory.cpp15 #include "lldb/Target/Unwind.h"
95 Unwind *unwinder = GetUnwinder ();
H A DUnwindLLDB.cpp27 Unwind (thread),
H A DUnwindMacOSXFrameBackchain.cpp29 Unwind (thread),
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc94 m->stk = cb->Unwind();
114 dd.addEdges(&lt->dd, m->id, cb->Unwind(), cb->UniqueTid());
151 stk = cb->Unwind();
163 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.h65 void Unwind(uptr max_depth, uptr pc, uptr bp, void *context, uptr stack_top,
H A Dsanitizer_stacktrace_libcdep.cc74 void StackTrace::Unwind(uptr max_depth, uptr pc, uptr bp, void *context, function in class:__sanitizer::StackTrace
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/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp24 #include "lldb/Target/Unwind.h"
113 Unwind *unwinder = GetUnwinder ();
/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.h129 lldb_private::Unwind *
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp23 #include "lldb/Target/Unwind.h"
144 Unwind *unwinder = GetUnwinder ();
/external/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp14 #include "lldb/Target/Unwind.h"
53 Unwind *unwinder = GetUnwinder ();
/external/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp21 #include "lldb/Target/Unwind.h"
185 Unwind *unwinder = GetUnwinder ();
/external/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc47 stack.Unwind(__sanitizer::common_flags()->malloc_context_size, \
/external/compiler-rt/lib/msan/
H A Dmsan.cc196 return stack->Unwind(max_s, pc, bp, 0, 0, 0, request_fast_unwind);
198 stack->Unwind(max_s, pc, bp, 0, t->stack_top(), t->stack_bottom(),
/external/lldb/source/Target/
H A DStackFrameList.cpp30 #include "lldb/Target/Unwind.h"
264 Unwind *unwinder = m_thread.GetUnwinder ();
531 Unwind *unwinder = m_thread.GetUnwinder ();

Completed in 229 milliseconds

12