Lines Matching refs:DebugObj
265 std::unique_ptr<ELFDebugObject> DebugObj( in CreateArchType() local
270 Expected<ELFFile<ELFT>> ObjRef = ELFFile<ELFT>::create(DebugObj->getBuffer()); in CreateArchType()
293 if (Error Err = DebugObj->recordSection(*Name, std::move(Wrapped))) in CreateArchType()
299 << DebugObj->Buffer->getBufferIdentifier() in CreateArchType()
304 return std::move(DebugObj); in CreateArchType()
414 if (auto DebugObj = createDebugObjectFromBuffer(ES, G, Ctx, ObjBuffer)) { in notifyMaterializing() local
416 if (*DebugObj != nullptr) in notifyMaterializing()
417 PendingObjs[&MR] = std::move(*DebugObj); in notifyMaterializing()
419 ES.reportError(DebugObj.takeError()); in notifyMaterializing()
432 DebugObject &DebugObj = *It->second; in modifyPassConfig() local
433 if (DebugObj.has(Requirement::ReportFinalSectionLoadAddresses)) { in modifyPassConfig()
435 [&DebugObj](LinkGraph &Graph) -> Error { in modifyPassConfig()
437 DebugObj.reportSectionTargetMemoryRange(GraphSection.getName(), in modifyPassConfig()
499 for (std::unique_ptr<DebugObject> &DebugObj : SrcIt->second) in notifyTransferringResources()
500 RegisteredObjs[DstKey].push_back(std::move(DebugObj)); in notifyTransferringResources()