Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h315 OutputDesc *createOutputSection(StringRef name, StringRef location);
H A DLinkerScript.cpp132 OutputDesc *LinkerScript::createOutputSection(StringRef name, in createOutputSection() function in LinkerScript
720 OutputDesc *osd = script->createOutputSection(outsecName, "<internal>"); in createSection()
H A DScriptParser.cpp907 OutputDesc *osd = script->createOutputSection(next(), getCurrentLocation()); in readOverlaySectionDescription()
924 script->createOutputSection(unquote(outSec), getCurrentLocation()); in readOutputSectionDescription()