Searched refs:RelSectName (Results 1 – 2 of 2) sorted by relevance
181 auto RelSectName = Base::Obj.getSectionName(SecRef); in addRelocations() local182 if (!RelSectName) in addRelocations()183 return RelSectName.takeError(); in addRelocations()186 dbgs() << "Adding relocations from section " << *RelSectName << "\n"; in addRelocations()
271 auto RelSectName = Obj.getSectionName(SecRef); in addRelocations() local272 if (!RelSectName) in addRelocations()273 return RelSectName.takeError(); in addRelocations()276 dbgs() << "Adding relocations from section " << *RelSectName << "\n"; in addRelocations()