Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp98 SmallVector<StringRef, 0> readOutputSectionPhdrs();
918 osd->osec.phdrs = readOutputSectionPhdrs(); in readOverlaySectionDescription()
1001 osec->phdrs = readOutputSectionPhdrs(); in readOutputSectionDescription()
1581 SmallVector<StringRef, 0> ScriptParser::readOutputSectionPhdrs() { in readOutputSectionPhdrs() function in ScriptParser