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

/freebsd-current/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp53 static StringRef getOutputSectionName(const InputSectionBase *s) { function
838 StringRef name = getOutputSectionName(s);
906 StringRef name = getOutputSectionName(sec);
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DWriter.cpp794 static StringRef getOutputSectionName(StringRef name) { function
1042 StringRef name = getOutputSectionName(pSec->name);

Completed in 127 milliseconds