Searched refs:DebugObj (Results 1 – 6 of 6) sorted by relevance
89 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in notifyObjectLoaded() local90 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded()93 for (const std::pair<SymbolRef, uint64_t> &P : computeSymbolSizes(DebugObj)) { in notifyObjectLoaded()151 const ObjectFile &DebugObj = *DebugObjects[Key].getBinary(); in notifyFreeingObject() local154 for (symbol_iterator I = DebugObj.symbol_begin(), in notifyFreeingObject()155 E = DebugObj.symbol_end(); in notifyFreeingObject()
104 const ObjectFile *DebugObj = DebugObjOwner.getBinary(); in notifyObjectLoaded() local105 if (!DebugObj) in notifyObjectLoaded()109 const void* ObjData = DebugObj->getData().data(); in notifyObjectLoaded()110 std::unique_ptr<DIContext> Context = DWARFContext::create(*DebugObj); in notifyObjectLoaded()114 for (const std::pair<SymbolRef, uint64_t> &P : computeSymbolSizes(*DebugObj)) { in notifyObjectLoaded()201 const ObjectFile &DebugObj = *DebugObjects[Key].getBinary(); in notifyFreeingObject() local202 const void* ObjData = DebugObj.getData().data(); in notifyFreeingObject()
154 OwningBinary<ObjectFile> DebugObj = L.getObjectForDebug(Obj); in notifyObjectLoaded() local157 if (!DebugObj.getBinary()) in notifyObjectLoaded()160 const char *Buffer = DebugObj.getBinary()->getMemoryBufferRef().getBufferStart(); in notifyObjectLoaded()161 size_t Size = DebugObj.getBinary()->getMemoryBufferRef().getBufferSize(); in notifyObjectLoaded()176 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()
319 OwningBinary<ObjectFile> DebugObj; in printLineInfoForInput() local334 DebugObj = LoadedObjInfo->getObjectForDebug(Obj); in printLineInfoForInput()335 SymbolObj = DebugObj.getBinary(); in printLineInfoForInput()
190 Expected<std::unique_ptr<ObjectFile>> DebugObj(nullptr); in createELFDebugObject() local191 handleAllErrors(DebugObj.takeError()); in createELFDebugObject()193 DebugObj = in createELFDebugObject()196 DebugObj = in createELFDebugObject()199 DebugObj = in createELFDebugObject()202 DebugObj = in createELFDebugObject()207 handleAllErrors(DebugObj.takeError()); in createELFDebugObject()208 return OwningBinary<ObjectFile>(std::move(*DebugObj), std::move(Buffer)); in createELFDebugObject()