Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_win.cpp62 int machine_type = IMAGE_FILE_MACHINE_ARM64; in UnwindSlow() local
67 int machine_type = IMAGE_FILE_MACHINE_AMD64; in UnwindSlow() local
73 int machine_type = IMAGE_FILE_MACHINE_I386; in UnwindSlow() local
81 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(), in UnwindSlow()