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

/freebsd-current/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h315 OutputDesc *createOutputSection(StringRef name, StringRef location);
H A DLinkerScript.cpp132 OutputDesc *LinkerScript::createOutputSection(StringRef name, function in class:LinkerScript
720 OutputDesc *osd = script->createOutputSection(outsecName, "<internal>");
H A DScriptParser.cpp907 OutputDesc *osd = script->createOutputSection(next(), getCurrentLocation());
924 script->createOutputSection(unquote(outSec), getCurrentLocation());

Completed in 128 milliseconds