Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp44 __itt_module_object *ModuleObject; member in __anon1bb0b0930111::IntelIttnotifyInfo
49 : ModuleObject(NULL), WrapperRef(Wrapper){}; in IntelIttnotifyInfo()
50 ~IntelIttnotifyInfo() { delete ModuleObject; }; in ~IntelIttnotifyInfo()
57 ModuleObject = ModuleObj; in setModuleObject()
60 __itt_module_object *getModuleObject() { return ModuleObject; } in getModuleObject()
207 __itt_module_object *ModuleObject = new __itt_module_object(); in notifyObjectLoaded() local
208 ModuleObject->module_name = ModuleIttnotify->getModuleName(); in notifyObjectLoaded()
209 ModuleObject->module_size = Obj.getMemoryBufferRef().getBufferSize(); in notifyObjectLoaded()
211 ModuleObject->module_name, in notifyObjectLoaded()
212 ModuleObject->module_size); in notifyObjectLoaded()
[all …]