Searched refs:SymInitialize (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dbghelp.h34 extern decltype(::SymInitialize) *SymInitialize; member in namespace:__sanitizer
H A Dsanitizer_symbolizer_win.cpp29 decltype(::SymInitialize) *SymInitialize; member in namespace:__sanitizer
52 return SymInitialize(GetCurrentProcess(), 0, TRUE);
81 DBGHELP_IMPORT(SymInitialize);
88 // OK, maybe the client app has called SymInitialize already.
92 // Anyways, we have to reconfigure stuff to make sure that SymInitialize

Completed in 112 milliseconds