Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp712 static OutputDesc *createSection(InputSectionBase *isec, StringRef outsecName) { in createSection() argument
713 OutputDesc *osd = script->createOutputSection(outsecName, "<internal>"); in createSection()
719 InputSectionBase *isec, StringRef outsecName) { in addInputSec() argument
728 return createSection(isec, outsecName); in addInputSec()
746 OutputDesc *osd = createSection(isec, outsecName); in addInputSec()
793 TinyPtrVector<OutputSection *> &v = map[outsecName]; in addInputSec()
817 OutputDesc *osd = createSection(isec, outsecName); in addInputSec()