Home
last modified time | relevance | path

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

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