Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h378 SmallVector<OutputDesc *, 0> overwriteSections; variable
H A DLinkerScript.cpp657 for (OutputDesc *osd : overwriteSections) { in processSectionCommands()
678 for (OutputDesc *osd : overwriteSections) in processSectionCommands()
H A DScriptParser.cpp586 script->overwriteSections.push_back(readOutputSectionDescription(next())); in readOverwriteSections()