HomeSort by: relevance | last modified time | path
    Searched defs:Unwind (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stacktrace_libcdep.cc 58 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context,
79 UNREACHABLE("slow unwind requested but not available");
sanitizer_deadlock_detector_interface.h 68 virtual u32 Unwind() { return 0; }
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_rtl.cc 25 stack.Unwind(1000, 0, 0, 0, 0, 0, false);
64 u32 Callback::Unwind() {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stacktrace.h 33 // Fast unwind is the only option on Mac for now; we will need to
34 // revisit this macro when slow unwind works on Mac, see
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,
sanitizer_stacktrace_libcdep.cpp 137 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context,
160 // -fno-asynchronous-unwind-tables. Fall back to fast unwinder below.
164 UNREACHABLE("slow unwind requested but not available");
sanitizer_deadlock_detector_interface.h 67 virtual u32 Unwind() { return 0; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_stacktrace.h 33 // Fast unwind is the only option on Mac for now; we will need to
34 // revisit this macro when slow unwind works on Mac, see
121 void Unwind(uptr pc, uptr bp, void *context, bool request_fast,
134 void Unwind(u32 max_depth, uptr pc, uptr bp, void *context, uptr stack_top,
sanitizer_stacktrace_libcdep.cpp 136 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context,
159 // -fno-asynchronous-unwind-tables. Fall back to fast unwinder below.
163 UNREACHABLE("slow unwind requested but not available");
sanitizer_deadlock_detector_interface.h 67 virtual u32 Unwind() { return 0; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
echo.cpp 527 LLVMBasicBlockRef Unwind = DeclareBB(LLVMGetUnwindDest(Src));
529 Then, Unwind, Name);
731 LLVMBasicBlockRef Unwind = nullptr;
733 Unwind = DeclareBB(UDest);
734 Dst = LLVMBuildCleanupRet(Builder, CatchPad, Unwind);

Completed in 23 milliseconds