Searched refs:DebugObjects (Results 1 – 4 of 4) sorted by relevance
41 std::map<const char*, OwningBinary<ObjectFile>> DebugObjects; member in __anon5bbdabf90111::OProfileJITEventListener114 DebugObjects[Obj.getData().data()] = std::move(DebugObjOwner); in NotifyObjectEmitted()122 if (DebugObjects.find(Obj.getData().data()) == DebugObjects.end()) in NotifyFreeingObject()125 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()147 DebugObjects.erase(Obj.getData().data()); in NotifyFreeingObject()
43 std::map<const char*, OwningBinary<ObjectFile>> DebugObjects; member in __anon8be463510111::OProfileJITEventListener140 DebugObjects[Obj.getData().data()] = std::move(DebugObjOwner); in NotifyObjectEmitted()148 if (DebugObjects.find(Obj.getData().data()) == DebugObjects.end()) in NotifyFreeingObject()151 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()174 DebugObjects.erase(Obj.getData().data()); in NotifyFreeingObject()
49 std::map<const char*, OwningBinary<ObjectFile>> DebugObjects; member in __anonf3be9ae60111::IntelJITEventListener188 DebugObjects[Obj.getData().data()] = std::move(DebugObjOwner); in NotifyObjectEmitted()194 if (DebugObjects.find(Obj.getData().data()) == DebugObjects.end()) in NotifyFreeingObject()198 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()223 DebugObjects.erase(Obj.getData().data()); in NotifyFreeingObject()
50 std::map<const char*, OwningBinary<ObjectFile>> DebugObjects; member in __anon23e5523e0111::IntelJITEventListener191 DebugObjects[Obj.getData().data()] = std::move(DebugObjOwner); in NotifyObjectEmitted()197 if (DebugObjects.find(Obj.getData().data()) == DebugObjects.end()) in NotifyFreeingObject()201 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()226 DebugObjects.erase(Obj.getData().data()); in NotifyFreeingObject()