Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp40 class IntelIttnotifyInfo { class
48 IntelIttnotifyInfo(IntelJITEventsWrapper &Wrapper) in IntelIttnotifyInfo() function in __anon1bb0b0930111::IntelIttnotifyInfo
50 ~IntelIttnotifyInfo() { delete ModuleObject; }; in ~IntelIttnotifyInfo()
132 std::map<ObjectKey, std::unique_ptr<IntelIttnotifyInfo>> KeyToIttnotify;
199 std::unique_ptr<IntelIttnotifyInfo> ModuleIttnotify = in notifyObjectLoaded()
200 std::make_unique<IntelIttnotifyInfo>(*Wrapper); in notifyObjectLoaded()