Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DWriter.h51 llvm::StringRef getOutputSectionName(const InputSectionBase *S);
H A DICF.cpp311 if (getOutputSectionName(A) != getOutputSectionName(B)) in equalsConstant()
H A DLinkerScript.cpp648 StringRef Name = getOutputSectionName(S); in addOrphanSections()
H A DWriter.cpp94 StringRef elf::getOutputSectionName(const InputSectionBase *S) { in getOutputSectionName() function in elf
H A DSyntheticSections.cpp3005 StringRef OutsecName = getOutputSectionName(MS); in mergeSections()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp564 static StringRef getOutputSectionName(StringRef Name) { in getOutputSectionName() function
761 StringRef Name = getOutputSectionName(Pair.first.first); in createSections()