Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DScriptParser.cpp98 SmallVector<StringRef, 0> readOutputSectionPhdrs();
980 osec->phdrs = readOutputSectionPhdrs(); in readOutputSectionDescription()
1550 SmallVector<StringRef, 0> ScriptParser::readOutputSectionPhdrs() { in readOutputSectionPhdrs() function in ScriptParser