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.cpp891 StringRef outsecName) { in createSection() argument
892 OutputDesc *osd = ctx.script->createOutputSection(outsecName, "<internal>"); in createSection()
899 InputSectionBase *isec, StringRef outsecName) { in addInputSec() argument
908 return createSection(ctx, isec, outsecName); in addInputSec()
925 OutputDesc *osd = createSection(ctx, isec, outsecName); in addInputSec()
972 TinyPtrVector<OutputSection *> &v = map[outsecName]; in addInputSec()
996 OutputDesc *osd = createSection(ctx, isec, outsecName); in addInputSec()