Searched refs:DebugObjOwner (Results 1 – 3 of 3) sorted by relevance
87 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in notifyObjectLoaded() local88 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in notifyObjectLoaded()139 DebugObjects[Key] = std::move(DebugObjOwner); in notifyObjectLoaded()
231 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in notifyObjectLoaded() local232 const ObjectFile *DebugObj = DebugObjOwner.getBinary(); in notifyObjectLoaded()332 DebugObjects[Key] = std::move(DebugObjOwner); in notifyObjectLoaded()
236 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj); in notifyObjectLoaded() local 237 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in notifyObjectLoaded()