Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h259 OutputSection *createOutputSection(StringRef Name, StringRef Location);
H A DLinkerScript.cpp82 OutputSection *LinkerScript::createOutputSection(StringRef Name, in createOutputSection() function in LinkerScript
543 OutputSection *Sec = Script->createOutputSection(OutsecName, "<internal>"); in createSection()
H A DScriptParser.cpp794 Script->createOutputSection(next(), getCurrentLocation()); in readOverlaySectionDescription()
805 Script->createOutputSection(OutSec, getCurrentLocation()); in readOutputSectionDescription()