Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DWriter.h54 llvm::StringRef getOutputSectionName(const InputSectionBase *s);
DLinkerScript.cpp756 StringRef name = getOutputSectionName(s); in addOrphanSections()
814 StringRef name = getOutputSectionName(sec); in diagnoseOrphanHandling()
DWriter.cpp98 StringRef elf::getOutputSectionName(const InputSectionBase *s) { in getOutputSectionName() function in elf
/external/llvm-project/lld/COFF/
DWriter.cpp662 static StringRef getOutputSectionName(StringRef name) { in getOutputSectionName() function
907 StringRef name = getOutputSectionName(pSec->name); in createSections()