Searched refs:UpdateSectionName (Results 1 – 2 of 2) sorted by relevance
193 auto UpdateSectionName = Base::Obj.getSectionName(**UpdateSection); in addRelocations() local194 if (!UpdateSectionName) in addRelocations()195 return UpdateSectionName.takeError(); in addRelocations()197 if (Base::isDwarfSection(*UpdateSectionName)) { in addRelocations()199 dbgs() << " Target is dwarf section " << *UpdateSectionName in addRelocations()205 dbgs() << " For target section " << *UpdateSectionName << "\n"; in addRelocations()208 auto *JITSection = Base::G->findSectionByName(*UpdateSectionName); in addRelocations()212 *UpdateSectionName, in addRelocations()
283 auto UpdateSectionName = Obj.getSectionName(**UpdateSection); in addRelocations() local284 if (!UpdateSectionName) in addRelocations()285 return UpdateSectionName.takeError(); in addRelocations()288 if (isDwarfSection(*UpdateSectionName)) { in addRelocations()290 dbgs() << " Target is dwarf section " << *UpdateSectionName in addRelocations()296 dbgs() << " For target section " << *UpdateSectionName << "\n"; in addRelocations()299 auto JITSection = G->findSectionByName(*UpdateSectionName); in addRelocations()303 *UpdateSectionName, in addRelocations()