Home
last modified time | relevance | path

Searched refs:getNamePrefix (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp718 RelocSec->Name = (RelocSec->getNamePrefix() + (*Iter)->Name).str(); in handleArgs()
746 Sec.Name = (RelocSec->getNamePrefix() + TargetSec->Name).str(); in handleArgs()
748 Sec.Name = (RelocSec->getNamePrefix() + Config.AllocSectionsPrefix + in handleArgs()
H A DELFObject.h753 StringRef getNamePrefix() const;
H A DELFObject.cpp835 StringRef RelocationSectionBase::getNamePrefix() const { in getNamePrefix() function in RelocationSectionBase