Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h296 OutputSection *createOutputSection(StringRef name, StringRef location);
H A DLinkerScript.cpp80 OutputSection *LinkerScript::createOutputSection(StringRef name, in createOutputSection() function in LinkerScript
665 OutputSection *sec = script->createOutputSection(outsecName, "<internal>"); in createSection()
H A DScriptParser.cpp843 script->createOutputSection(next(), getCurrentLocation()); in readOverlaySectionDescription()
859 script->createOutputSection(outSec, getCurrentLocation()); in readOutputSectionDescription()