Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h307 OutputDesc *createOutputSection(StringRef name, StringRef location);
H A DLinkerScript.cpp133 OutputDesc *LinkerScript::createOutputSection(StringRef name, in createOutputSection() function in LinkerScript
713 OutputDesc *osd = script->createOutputSection(outsecName, "<internal>"); in createSection()
H A DScriptParser.cpp888 OutputDesc *osd = script->createOutputSection(next(), getCurrentLocation()); in readOverlaySectionDescription()
903 OutputDesc *cmd = script->createOutputSection(outSec, getCurrentLocation()); in readOutputSectionDescription()