Home
last modified time | relevance | path

Searched refs:getOutputSectionName (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DWriter.h54 llvm::StringRef getOutputSectionName(const InputSectionBase *s);
H A DLinkerScript.cpp785 StringRef name = getOutputSectionName(s); in addOrphanSections()
843 StringRef name = getOutputSectionName(sec); in diagnoseOrphanHandling()
H A DWriter.cpp98 StringRef elf::getOutputSectionName(const InputSectionBase *s) { in getOutputSectionName() function in elf
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DWriter.cpp663 static StringRef getOutputSectionName(StringRef name) { in getOutputSectionName() function
908 StringRef name = getOutputSectionName(pSec->name); in createSections()