Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DSignals.inc119 static fpStackWalk64 StackWalk64;
138 StackWalk64 = (fpStackWalk64)
139 ::GetProcAddress(hLib, "StackWalk64");
149 return StackWalk64 != NULL;
378 if (!StackWalk64(machineType, hProcess, hThread, &StackFrame,
/external/skqp/tools/
DCrashHandler.cpp148 while (StackWalk64(machineType, in handler()
/external/skia/tools/
DCrashHandler.cpp148 while (StackWalk64(machineType, in handler()
/external/v8/src/base/debug/
Dstack_trace_win.cc218 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(), in InitTrace()
/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/v8/src/base/platform/
Dplatform-win32.cc940 V(StackWalk64) \
987 typedef BOOL (__stdcall *DLL_FUNC_TYPE(StackWalk64))( typedef
/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