Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.c60 static TPNotify FUNC_NotifyEvent=NULL; variable
137 if (!FUNC_NotifyEvent) in iJIT_NotifyEvent()
236 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData); in iJIT_NotifyEvent()
292 FUNC_NotifyEvent = NULL; in loadiJIT_Funcs()
371 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()
373 FUNC_NotifyEvent = (TPNotify)(intptr_t)dlsym(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()
375 if (!FUNC_NotifyEvent) in loadiJIT_Funcs()
388 FUNC_NotifyEvent = NULL; in loadiJIT_Funcs()