Home
last modified time | relevance | path

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

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