Searched refs:DebugObjects (Results 1 – 2 of 2) sorted by relevance
42 std::map<ObjectKey, OwningBinary<ObjectFile>> DebugObjects; member in __anon9b09e4a50111::OProfileJITEventListener139 DebugObjects[Key] = std::move(DebugObjOwner); in notifyObjectLoaded()147 if (DebugObjects.find(Key) == DebugObjects.end()) in notifyFreeingObject()150 const ObjectFile &DebugObj = *DebugObjects[Key].getBinary(); in notifyFreeingObject()173 DebugObjects.erase(Key); in notifyFreeingObject()
49 std::map<ObjectKey, OwningBinary<ObjectFile>> DebugObjects; member in __anon330ad3920111::IntelJITEventListener202 DebugObjects[Key] = std::move(DebugObjOwner); in notifyObjectLoaded()208 if (DebugObjects.find(Key) == DebugObjects.end()) in notifyFreeingObject()212 const ObjectFile &DebugObj = *DebugObjects[Key].getBinary(); in notifyFreeingObject()237 DebugObjects.erase(Key); in notifyFreeingObject()