Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dbghelp.h35 extern decltype(::SymSetOptions) *SymSetOptions;
H A Dsanitizer_symbolizer_win.cpp30 decltype(::SymSetOptions) *SymSetOptions; variable
51 SymSetOptions(SYMOPT_DEFERRED_LOADS | SYMOPT_UNDNAME | SYMOPT_LOAD_LINES); in TrySymInitialize()
82 DBGHELP_IMPORT(SymSetOptions); in InitializeDbgHelpIfNeeded()
/src/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc189 (fpSymSetOptions)(void *)::GetProcAddress(hLib, "SymSetOptions");