Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp85 OutputDesc *readOutputSectionDescription(StringRef outSec);
649 ctx.script->overwriteSections.push_back(readOutputSectionDescription(tok)); in readOverwriteSections()
673 v.push_back(readOutputSectionDescription(tok)); in readSections()
1005 OutputDesc *ScriptParser::readOutputSectionDescription(StringRef outSec) { in readOutputSectionDescription() function in ScriptParser