Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp100 SmallVector<StringRef, 0> readOutputSectionPhdrs();
961 osd->osec.phdrs = readOutputSectionPhdrs(); in readOverlaySectionDescription()
1044 osec->phdrs = readOutputSectionPhdrs(); in readOutputSectionDescription()
1628 SmallVector<StringRef, 0> ScriptParser::readOutputSectionPhdrs() { in readOutputSectionPhdrs() function in ScriptParser