Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DLinkerScript.cpp713 static OutputDesc *createSection(InputSectionBase *isec, StringRef outsecName) { in createSection() argument
714 OutputDesc *osd = script->createOutputSection(outsecName, "<internal>"); in createSection()
720 InputSectionBase *isec, StringRef outsecName) { in addInputSec() argument
729 return createSection(isec, outsecName); in addInputSec()
747 OutputDesc *osd = createSection(isec, outsecName); in addInputSec()
794 TinyPtrVector<OutputSection *> &v = map[outsecName]; in addInputSec()
818 OutputDesc *osd = createSection(isec, outsecName); in addInputSec()