Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h321 StringRef getOutputSectionName(const InputSectionBase *s) const;
H A DLinkerScript.cpp49 StringRef LinkerScript::getOutputSectionName(const InputSectionBase *s) const { in getOutputSectionName() function in LinkerScript
1010 StringRef name = getOutputSectionName(s); in addOrphanSections()
1083 StringRef name = getOutputSectionName(sec); in diagnoseOrphanHandling()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp833 static StringRef getOutputSectionName(StringRef name) { in getOutputSectionName() function
1138 StringRef name = getOutputSectionName(pSec->name); in createSections()