Searched refs:DebugObjects (Results 1 – 2 of 2) sorted by relevance
42 std::map<ObjectKey, OwningBinary<ObjectFile>> DebugObjects; member in __anon6843258e0111::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()
131 std::map<ObjectKey, OwningBinary<ObjectFile>> DebugObjects; member in __anon0044147b0111::IntelJITEventListener332 DebugObjects[Key] = std::move(DebugObjOwner); in notifyObjectLoaded()351 if (DebugObjects.find(Key) == DebugObjects.end()) in notifyFreeingObject()355 const ObjectFile &DebugObj = *DebugObjects[Key].getBinary(); in notifyFreeingObject()379 DebugObjects.erase(Key); in notifyFreeingObject()