Searched refs:StackWalk64 (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dbghelp.h27 extern decltype(::StackWalk64) *StackWalk64; member in namespace:__sanitizer
H A Dsanitizer_unwind_win.cpp20 #include "sanitizer_dbghelp.h" // for StackWalk64
30 // FIXME: Compare with StackWalk64.
66 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(),
H A Dsanitizer_symbolizer_win.cpp22 decltype(::StackWalk64) *StackWalk64; member in namespace:__sanitizer
74 DBGHELP_IMPORT(StackWalk64);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A 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

Completed in 113 milliseconds