Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dbghelp.h32 extern decltype(::SymGetModuleBase64) *SymGetModuleBase64;
H A Dsanitizer_symbolizer_win.cpp27 decltype(::SymGetModuleBase64) *SymGetModuleBase64; variable
79 DBGHELP_IMPORT(SymGetModuleBase64); in InitializeDbgHelpIfNeeded()
H A Dsanitizer_unwind_win.cpp83 SymGetModuleBase64, NULL) && in UnwindSlow()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DSignals.inc174 ::GetProcAddress(hLib, "SymGetModuleBase64");