| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Unwind.h | 18 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 D | win64-unwind-data.test | 7 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 D | CREDITS.TXT | 17 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 D | backtrace_sanitizer_common.cpp | 26 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 D | unwind.test | 24 # 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 D | BUILD.gn | 32 "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 D | ubsan_diag_standalone.cpp | 25 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 D | memprof_stack.cpp | 43 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 D | asan_stack.h | 45 stack.Unwind(StackTrace::GetCurrentPc(), \ 51 stack.Unwind(pc, bp, nullptr, \
|
| H A D | asan_stack.cpp | 69 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 D | EmulateInstructionPPC64.cpp | 213 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 D | sanitizer_deadlock_detector1.cpp | 94 m->stk = cb->Unwind(); in MutexInit() 114 dd.addEdges(<->dd, m->id, cb->Unwind(), cb->UniqueTid()); in MutexBeforeLock() 156 stk = cb->Unwind(); in MutexAfterLock() 168 dd.addEdges(<->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock()
|
| H A D | sanitizer_stacktrace.h | 120 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 D | AssertFrameRecognizer.cpp | 53 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 D | UnwindLLDB.cpp | 27 : 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 D | sanitizer_stacktrace_test.cpp | 147 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 D | 2007-05-05-Personality.ll | 26 br i1 %tmp2, label %eh_then, label %Unwind 31 Unwind: ; preds = %unwind
|
| /llvm-project-15.0.7/llvm/test/Transforms/LCSSA/ |
| H A D | invoke-dest.ll | 116 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 D | CMakeLists.txt | 5 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 D | 2010-08-04-EHCrash.ll | 27 br label %Unwind 49 Unwind:
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan.h | 130 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 D | dd_rtl.cpp | 24 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 D | msan.h | 356 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 D | UnwindAssemblyInstEmulation.cpp | 76 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 D | lsan.h | 25 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, fast, \
|