Searched refs:getNamePrefix (Results 1 – 3 of 3) sorted by relevance
837 RelocSec->Name = (RelocSec->getNamePrefix() + (*Iter)->Name).str(); in handleArgs()865 Sec.Name = (RelocSec->getNamePrefix() + TargetSec->Name).str(); in handleArgs()867 Sec.Name = (RelocSec->getNamePrefix() + Config.AllocSectionsPrefix + in handleArgs()
881 StringRef getNamePrefix() const;
889 StringRef RelocationSectionBase::getNamePrefix() const { in getNamePrefix() function in RelocationSectionBase