Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h361 OutputDesc *createOutputSection(StringRef name, StringRef location);
H A DLinkerScript.cpp138 OutputDesc *LinkerScript::createOutputSection(StringRef name, in createOutputSection() function in LinkerScript
892 OutputDesc *osd = ctx.script->createOutputSection(outsecName, "<internal>"); in createSection()
H A DScriptParser.cpp996 ctx.script->createOutputSection(readName(), getCurrentLocation()); in readOverlaySectionDescription()
1007 ctx.script->createOutputSection(unquote(outSec), getCurrentLocation()); in readOutputSectionDescription()