Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp767 static OutputDesc *createSection(InputSectionBase *isec, StringRef outsecName) { in createSection() argument
768 OutputDesc *osd = script->createOutputSection(outsecName, "<internal>"); in createSection()
774 InputSectionBase *isec, StringRef outsecName) { in addInputSec() argument
783 return createSection(isec, outsecName); in addInputSec()
800 OutputDesc *osd = createSection(isec, outsecName); in addInputSec()
847 TinyPtrVector<OutputSection *> &v = map[outsecName]; in addInputSec()
871 OutputDesc *osd = createSection(isec, outsecName); in addInputSec()