Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dbghelp.h33 extern decltype(::SymGetSearchPathW) *SymGetSearchPathW;
H A Dsanitizer_symbolizer_win.cpp28 decltype(::SymGetSearchPathW) *SymGetSearchPathW; variable
80 DBGHELP_IMPORT(SymGetSearchPathW); in InitializeDbgHelpIfNeeded()
111 if (!SymGetSearchPathW(GetCurrentProcess(), path_buffer, kSymPathSize)) { in InitializeDbgHelpIfNeeded()