Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.h307 OutputDesc *createOutputSection(StringRef name, StringRef location);
H A DLinkerScript.cpp134 OutputDesc *LinkerScript::createOutputSection(StringRef name, in createOutputSection() function in LinkerScript
714 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()