llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents
Lang Hames eca6d4b638 [ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.
This patch renames both methods (NotifyObjectEmitted -> notifyObjectLoaded, and
NotifyObjectFreed -> notifyObjectFreed), adds an abstract "ObjectKey" (uint64_t)
parameter to notifyObjectLoaded, and replaces the ObjectFile parameter for
notifyObjectFreed with an ObjectKey. Using an ObjectKey to track identify
events, rather than a reference to the ObjectFile, allows us to free the
ObjectFile after notifyObjectLoaded is called, saving memory.

https://reviews.llvm.org/D53773

llvm-svn: 348223
2018-12-04 00:55:15 +00:00
..
CMakeLists.txt
IntelJITEventListener.cpp [ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API. 2018-12-04 00:55:15 +00:00
IntelJITEventsWrapper.h
LLVMBuild.txt
ittnotify_config.h Remove trailing space 2018-07-30 19:41:25 +00:00
ittnotify_types.h
jitprofiling.c Remove malloc.h include from Intel JIT events code 2018-06-12 21:15:27 +00:00
jitprofiling.h Remove trailing space 2018-07-30 19:41:25 +00:00