Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp956 static const char *InterestingDLLs[] = { in InterestingDLLsAvailable() local
977 static void *result[ARRAY_SIZE(InterestingDLLs)] = { 0 }; in InterestingDLLsAvailable()
979 for (size_t i = 0, j = 0; InterestingDLLs[i]; ++i) { in InterestingDLLsAvailable()
980 if (HMODULE h = GetModuleHandleA(InterestingDLLs[i])) in InterestingDLLsAvailable()