Searched refs:getNamePrefix (Results 1 – 3 of 3) sorted by relevance
717 RelocSec->Name = (RelocSec->getNamePrefix() + (*Iter)->Name).str(); in handleArgs()745 Sec.Name = (RelocSec->getNamePrefix() + TargetSec->Name).str(); in handleArgs()747 Sec.Name = (RelocSec->getNamePrefix() + Config.AllocSectionsPrefix + in handleArgs()
756 StringRef getNamePrefix() const;
856 StringRef RelocationSectionBase::getNamePrefix() const { in getNamePrefix() function in RelocationSectionBase