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.h328 OutputDesc *createOutputSection(StringRef name, StringRef location);
H A DLinkerScript.cpp134 OutputDesc *LinkerScript::createOutputSection(StringRef name, in createOutputSection() function in LinkerScript
768 OutputDesc *osd = script->createOutputSection(outsecName, "<internal>"); in createSection()
H A DScriptParser.cpp950 OutputDesc *osd = script->createOutputSection(next(), getCurrentLocation()); in readOverlaySectionDescription()
967 script->createOutputSection(unquote(outSec), getCurrentLocation()); in readOutputSectionDescription()