Home
last modified time | relevance | path

Searched refs:StackWalk64 (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_dbghelp.h27 extern decltype(::StackWalk64) *StackWalk64;
Dsanitizer_symbolizer_win.cpp22 decltype(::StackWalk64) *StackWalk64; variable
74 DBGHELP_IMPORT(StackWalk64); in InitializeDbgHelpIfNeeded()
Dsanitizer_unwind_win.cpp70 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(), in UnwindSlow()
/external/skqp/tools/
DCrashHandler.cpp148 while (StackWalk64(machineType, in handler()
/external/skia/tools/
DCrashHandler.cpp209 while (StackWalk64(machineType, in handler()
/external/abseil-cpp/absl/debugging/internal/
Dstacktrace_win32-inl.inc22 // intrinsics like StackWalk64. These can work, but have restrictions
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
Dstacktrace_win32-inl.inc22 // intrinsics like StackWalk64. These can work, but have restrictions
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Dstacktrace_win32-inl.inc22 // intrinsics like StackWalk64. These can work, but have restrictions
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/
Dstacktrace_win32-inl.inc22 // intrinsics like StackWalk64. These can work, but have restrictions
/external/angle/third_party/abseil-cpp/absl/debugging/internal/
Dstacktrace_win32-inl.inc22 // intrinsics like StackWalk64. These can work, but have restrictions
/external/openscreen/third_party/abseil/src/absl/debugging/internal/
Dstacktrace_win32-inl.inc22 // intrinsics like StackWalk64. These can work, but have restrictions
/external/llvm-project/llvm/lib/Support/Windows/
DSignals.inc168 ::GetProcAddress(hLib, "StackWalk64");
227 // StackWalk64 modifies the incoming stack frame and context, so copy them.
232 // at AVX registers, which typically aren't needed by StackWalk64. Reduce the
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DSignals.inc168 ::GetProcAddress(hLib, "StackWalk64");
227 // StackWalk64 modifies the incoming stack frame and context, so copy them.
232 // at AVX registers, which typically aren't needed by StackWalk64. Reduce the
/external/llvm/lib/Support/Windows/
DSignals.inc170 ::GetProcAddress(hLib, "StackWalk64");
223 // StackWalk64 modifies the incoming stack frame and context, so copy them.
228 // at AVX registers, which typically aren't needed by StackWalk64. Reduce the
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc171 ::GetProcAddress(hLib, "StackWalk64");
224 // StackWalk64 modifies the incoming stack frame and context, so copy them.
229 // at AVX registers, which typically aren't needed by StackWalk64. Reduce the
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc751 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(), in SlowUnwindStackWithContext()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h276 …BOOL IMAGEAPI StackWalk64(DWORD MachineType,HANDLE hProcess,HANDLE hThread,LPSTACKFRAME64 StackFra…
283 #define StackWalk StackWalk64