Searched refs:getNamePrefix (Results 1 – 3 of 3) sorted by relevance
994 RelocSec->Name = (RelocSec->getNamePrefix() + (*Iter)->Name).str(); in handleArgs()1022 Sec.Name = (RelocSec->getNamePrefix() + TargetSec->Name).str(); in handleArgs()1024 Sec.Name = (RelocSec->getNamePrefix() + Config.AllocSectionsPrefix + in handleArgs()
885 StringRef getNamePrefix() const;
886 StringRef RelocationSectionBase::getNamePrefix() const { in getNamePrefix() function in RelocationSectionBase