Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.cpp53 static StringRef getOutputSectionName(const InputSectionBase *s) { in getOutputSectionName() function
832 StringRef name = getOutputSectionName(s); in addOrphanSections()
896 StringRef name = getOutputSectionName(sec); in diagnoseOrphanHandling()
/openbsd-src/gnu/llvm/lld/COFF/
H A DWriter.cpp711 static StringRef getOutputSectionName(StringRef name) { in getOutputSectionName() function
958 StringRef name = getOutputSectionName(pSec->name); in createSections()