Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_dbghelp.h36 extern decltype(::SymSetSearchPathW) *SymSetSearchPathW;
Dsanitizer_symbolizer_win.cpp31 decltype(::SymSetSearchPathW) *SymSetSearchPathW; variable
83 DBGHELP_IMPORT(SymSetSearchPathW); in InitializeDbgHelpIfNeeded()
130 if (!SymSetSearchPathW(GetCurrentProcess(), path_buffer)) { in InitializeDbgHelpIfNeeded()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cc94 if (!SymSetSearchPathW(GetCurrentProcess(), path_buffer)) { in InitializeDbgHelpIfNeeded()