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.cpp89 SmallVector<StringRef, 0> readOutputSectionPhdrs();
1001 osd->osec.phdrs = readOutputSectionPhdrs(); in readOverlaySectionDescription()
1083 osec->phdrs = readOutputSectionPhdrs(); in readOutputSectionDescription()
1685 SmallVector<StringRef, 0> ScriptParser::readOutputSectionPhdrs() { in readOutputSectionPhdrs() function in ScriptParser