Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp664 StringRef outsecName) { in createSection() argument
665 OutputSection *sec = script->createOutputSection(outsecName, "<internal>"); in createSection()
672 InputSectionBase *isec, StringRef outsecName) { in addInputSec() argument
681 return createSection(isec, outsecName); in addInputSec()
699 out->relocationSection = createSection(isec, outsecName); in addInputSec()
745 TinyPtrVector<OutputSection *> &v = map[outsecName]; in addInputSec()
770 OutputSection *sec = createSection(isec, outsecName); in addInputSec()