Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp200 std::unique_ptr<IntelIttnotifyInfo> ModuleIttnotify = in notifyObjectLoaded() local
202 ModuleIttnotify->setModuleName( in notifyObjectLoaded()
209 ModuleObject->module_name = ModuleIttnotify->getModuleName(); in notifyObjectLoaded()
216 ModuleIttnotify->fillSectionInformation(Obj, L); in notifyObjectLoaded()
222 ModuleIttnotify->getSectionInfoVectorBegin(); in notifyObjectLoaded()
223 ModuleIttnotify->setModuleObject(ModuleObject); in notifyObjectLoaded()
227 KeyToIttnotify[Key] = std::move(ModuleIttnotify); in notifyObjectLoaded()