Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp41 class IntelIttnotifyInfo { class
49 IntelIttnotifyInfo(IntelJITEventsWrapper &Wrapper) in IntelIttnotifyInfo() function in __anon0044147b0111::IntelIttnotifyInfo
51 ~IntelIttnotifyInfo() { delete ModuleObject; }; in ~IntelIttnotifyInfo()
133 std::map<ObjectKey, std::unique_ptr<IntelIttnotifyInfo>> KeyToIttnotify;
200 std::unique_ptr<IntelIttnotifyInfo> ModuleIttnotify = in notifyObjectLoaded()
201 std::make_unique<IntelIttnotifyInfo>(*Wrapper); in notifyObjectLoaded()