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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c59 typedef unsigned int(*TPNotify)(unsigned int, void*); typedef
60 static TPNotify FUNC_NotifyEvent=NULL;
371 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent");
373 FUNC_NotifyEvent = (TPNotify)(intptr_t)dlsym(m_libHandle, "NotifyEvent");

Completed in 57 milliseconds