Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDLinkerScript.cpp563 StringRef outsecName) { in createSection() argument
564 OutputSection *sec = script->createOutputSection(outsecName, "<internal>"); in createSection()
571 InputSectionBase *isec, StringRef outsecName) { in addInputSec() argument
580 return createSection(isec, outsecName); in addInputSec()
598 out->relocationSection = createSection(isec, outsecName); in addInputSec()
644 TinyPtrVector<OutputSection *> &v = map[outsecName]; in addInputSec()
666 OutputSection *sec = createSection(isec, outsecName); in addInputSec()