Home
last modified time | relevance | path

Searched refs:Unwind (Results 1 – 25 of 77) sorted by relevance

1234

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DUnwind.h18 class Unwind {
21 Unwind(Thread &thread) : m_thread(thread) {} in Unwind() function
24 virtual ~Unwind() = default;
80 Unwind(const Unwind &) = delete;
81 const Unwind &operator=(const Unwind &) = delete;
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/COFF/
H A Dwin64-unwind-data.test7 OBJ: Unwind info:
11 OBJ-NEXT: Unwind Info Address: .xdata
18 OBJ-NEXT: Unwind Codes:
28 OBJ-NEXT: Unwind Info Address: .xdata + 0x001c
52 OBJ-NEXT: Unwind Codes:
60 EXE-NEXT: Unwind Info Address: 0x2000
67 EXE-NEXT: Unwind Codes:
78 EXE-NEXT: Unwind Info Address: 0x201c
88 EXE-NEXT: Unwind Info Address: 0x202c
98 EXE-NEXT: Unwind Info Address: 0x2034
[all …]
/llvm-project-15.0.7/libcxxabi/
H A DCREDITS.TXT17 D: ARM EHABI Unwind & Exception Handling
38 D: ARM EHABI Unwind & Exception Handling
45 D: ARM EHABI Unwind & Exception Handling
62 D: ARM EHABI Unwind & Exception Handling, Bare-metal
66 D: ARM EHABI Unwind & Exception Handling
70 D: ARM EHABI Unwind & Exception Handling
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp26 return Unwind(max_depth, pc, 0, context, 0, 0, false); in UnwindImpl()
32 return Unwind(max_depth, pc, bp, context, top, bottom, request_fast); in UnwindImpl()
48 Trace.Unwind((__sanitizer::uptr)__builtin_return_address(0), in BacktraceCommon()
/llvm-project-15.0.7/lld/test/COFF/
H A Dunwind.test24 # UNWIND: Unwind Info Address: 0x2004
31 # UNWIND: Unwind Codes:
41 # UNWIND: Unwind Info Address: 0x2020
50 # UNWIND: Unwind Info Address: 0x2030
59 # UNWIND: Unwind Info Address: 0x2038
65 # UNWIND: Unwind Codes:
/llvm-project-15.0.7/llvm/utils/gn/secondary/libunwind/src/
H A DBUILD.gn32 "Unwind-EHABI.cpp",
33 "Unwind-EHABI.h",
34 "Unwind-seh.cpp",
35 "Unwind-sjlj.c",
/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp25 Unwind(max_depth, pc, bp, context, top, bottom, fast); in UnwindImpl()
33 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal); in __sanitizer_print_stack_trace()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_stack.cpp43 Unwind(max_depth, pc, bp, nullptr, t->stack_top(), t->stack_bottom(), in UnwindImpl()
48 Unwind(max_depth, pc, bp, context, 0, 0, false); in UnwindImpl()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_stack.h45 stack.Unwind(StackTrace::GetCurrentPc(), \
51 stack.Unwind(pc, bp, nullptr, \
H A Dasan_stack.cpp69 Unwind(max_depth, pc, bp, nullptr, t->stack_top(), t->stack_bottom(), in UnwindImpl()
77 Unwind(max_depth, pc, bp, context, t ? t->stack_top() : 0, in UnwindImpl()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp213 Log *log = GetLog(LLDBLog::Unwind); in EmulateMFSPR()
240 Log *log = GetLog(LLDBLog::Unwind); in EmulateLD()
277 Log *log = GetLog(LLDBLog::Unwind); in EmulateSTD()
334 Log *log = GetLog(LLDBLog::Unwind); in EmulateOR()
369 Log *log = GetLog(LLDBLog::Unwind); in EmulateADDI()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp94 m->stk = cb->Unwind(); in MutexInit()
114 dd.addEdges(&lt->dd, m->id, cb->Unwind(), cb->UniqueTid()); in MutexBeforeLock()
156 stk = cb->Unwind(); in MutexAfterLock()
168 dd.addEdges(&lt->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock()
H A Dsanitizer_stacktrace.h120 void Unwind(uptr pc, uptr bp, void *context, bool request_fast,
133 void Unwind(u32 max_depth, uptr pc, uptr bp, void *context, uptr stack_top,
/llvm-project-15.0.7/lldb/source/Target/
H A DAssertFrameRecognizer.cpp53 Log *log = GetLog(LLDBLog::Unwind); in GetAbortLocation()
83 Log *log = GetLog(LLDBLog::Unwind); in GetAssertLocation()
151 Log *log = GetLog(LLDBLog::Unwind); in RecognizeFrame()
H A DUnwindLLDB.cpp27 : Unwind(thread), m_frames(), m_unwind_complete(false), in UnwindLLDB()
105 Log *log = GetLog(LLDBLog::Unwind); in AddFirstFrame()
123 Log *log = GetLog(LLDBLog::Unwind); in GetOneMoreFrame()
319 Log *log = GetLog(LLDBLog::Unwind); in AddOneMoreFrame()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cpp147 trace.Unwind(start_pc, fake_bp, nullptr, true, 1); in TEST_F()
154 trace.Unwind(start_pc, fake_bp, nullptr, true, 0); in TEST_F()
265 stack.Unwind(pc, bp, nullptr, false, /*max_depth=*/0); in TEST()
268 stack.Unwind(pc, bp, nullptr, false, /*max_depth=*/1); in TEST()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2007-05-05-Personality.ll26 br i1 %tmp2, label %eh_then, label %Unwind
31 Unwind: ; preds = %unwind
/llvm-project-15.0.7/llvm/test/Transforms/LCSSA/
H A Dinvoke-dest.ll116 br label %Unwind
127 br i1 %tmp5, label %Unwind, label %bb.i2
130 br label %Unwind
132 Unwind: ; preds = %bb.i2, %lpad123, %lpad
/llvm-project-15.0.7/libunwind/src/
H A DCMakeLists.txt5 Unwind-EHABI.cpp
6 Unwind-seh.cpp
23 Unwind-sjlj.c
57 Unwind-EHABI.h
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A D2010-08-04-EHCrash.ll27 br label %Unwind
49 Unwind:
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan.h130 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
137 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal)
/llvm-project-15.0.7/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp24 stack.Unwind(1000, 0, 0, 0, 0, 0, false); in CurrentStackTrace()
63 u32 Callback::Unwind() { in Unwind() function in __dsan::Callback
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan.h356 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
370 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_malloc, size);\
379 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal); \
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp76 Log *log = GetLog(LLDBLog::Unwind); in GetNonCallSiteUnwindPlanFromAssembly()
385 Log *log = GetLog(LLDBLog::Unwind); in ReadMemory()
417 Log *log = GetLog(LLDBLog::Unwind); in WriteMemory()
498 Log *log = GetLog(LLDBLog::Unwind); in ReadRegister()
524 Log *log = GetLog(LLDBLog::Unwind); in WriteRegister()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan.h25 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, fast, \

1234