Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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"); in loadiJIT_Funcs()
373 FUNC_NotifyEvent = (TPNotify)(intptr_t)dlsym(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()