Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp837 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()
H A DELFObject.h881 StringRef getNamePrefix() const;
H A DELFObject.cpp889 StringRef RelocationSectionBase::getNamePrefix() const { in getNamePrefix() function in RelocationSectionBase