Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c61 static TPNotify FUNC_NotifyEvent=NULL; variable
138 if (!FUNC_NotifyEvent) in iJIT_NotifyEvent()
237 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData); in iJIT_NotifyEvent()
293 FUNC_NotifyEvent = NULL; in loadiJIT_Funcs()
372 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()
374 FUNC_NotifyEvent = (TPNotify)dlsym(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()
376 if (!FUNC_NotifyEvent) in loadiJIT_Funcs()
389 FUNC_NotifyEvent = NULL; in loadiJIT_Funcs()