Searched refs:DebugObj (Results 1 – 5 of 5) sorted by relevance
88 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in notifyObjectLoaded() local89 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded()92 for (const std::pair<SymbolRef, uint64_t> &P : computeSymbolSizes(DebugObj)) { in notifyObjectLoaded()150 const ObjectFile &DebugObj = *DebugObjects[Key].getBinary(); in notifyFreeingObject() local153 for (symbol_iterator I = DebugObj.symbol_begin(), in notifyFreeingObject()154 E = DebugObj.symbol_end(); in notifyFreeingObject()
103 const ObjectFile *DebugObj = DebugObjOwner.getBinary(); in notifyObjectLoaded() local104 if (!DebugObj) in notifyObjectLoaded()108 const void* ObjData = DebugObj->getData().data(); in notifyObjectLoaded()109 std::unique_ptr<DIContext> Context = DWARFContext::create(*DebugObj); in notifyObjectLoaded()113 for (const std::pair<SymbolRef, uint64_t> &P : computeSymbolSizes(*DebugObj)) { in notifyObjectLoaded()212 const ObjectFile &DebugObj = *DebugObjects[Key].getBinary(); in notifyFreeingObject() local213 const void* ObjData = DebugObj.getData().data(); in notifyFreeingObject()
153 OwningBinary<ObjectFile> DebugObj = L.getObjectForDebug(Obj); in notifyObjectLoaded() local156 if (!DebugObj.getBinary()) in notifyObjectLoaded()159 const char *Buffer = DebugObj.getBinary()->getMemoryBufferRef().getBufferStart(); in notifyObjectLoaded()160 size_t Size = DebugObj.getBinary()->getMemoryBufferRef().getBufferSize(); in notifyObjectLoaded()175 RegisteredObjectInfo(Size, JITCodeEntry, std::move(DebugObj)); in notifyObjectLoaded()
238 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in notifyObjectLoaded() local241 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded()244 for (const std::pair<SymbolRef, uint64_t> &P : computeSymbolSizes(DebugObj)) { in notifyObjectLoaded()
193 Expected<std::unique_ptr<ObjectFile>> DebugObj(nullptr); in createELFDebugObject() local194 handleAllErrors(DebugObj.takeError()); in createELFDebugObject()196 DebugObj = in createELFDebugObject()199 DebugObj = in createELFDebugObject()202 DebugObj = in createELFDebugObject()205 DebugObj = in createELFDebugObject()210 handleAllErrors(DebugObj.takeError()); in createELFDebugObject()211 return OwningBinary<ObjectFile>(std::move(*DebugObj), std::move(Buffer)); in createELFDebugObject()