Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h347 std::vector<OutputSection *> overwriteSections; variable
H A DLinkerScript.cpp605 for (OutputSection *osec : overwriteSections) in processSectionCommands()
622 for (OutputSection *osec : overwriteSections) in processSectionCommands()
H A DScriptParser.cpp563 script->overwriteSections.push_back(readOutputSectionDescription(next())); in readOverwriteSections()