Searched refs:DebugObjects (Results 1 – 2 of 2) sorted by relevance
41 std::map<const char*, OwningBinary<ObjectFile>> DebugObjects; member in __anonfb265d700111::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()
49 std::map<const char*, OwningBinary<ObjectFile>> DebugObjects; member in __anon93274c5d0111::IntelJITEventListener175 DebugObjects[Obj.getData().data()] = std::move(DebugObjOwner); in NotifyObjectEmitted()181 if (DebugObjects.find(Obj.getData().data()) == DebugObjects.end()) in NotifyFreeingObject()185 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()210 DebugObjects.erase(Obj.getData().data()); in NotifyFreeingObject()