Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
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()