Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp221 for (BaseCommand *base : sectionCommands) { in getSymbolAssignmentValues()
263 if (from == sectionCommands.end()) in processInsertCommands()
266 sectionCommands.erase(from); in processInsertCommands()
273 if (insertPos == sectionCommands.end()) { in processInsertCommands()
290 for (BaseCommand *base : sectionCommands) { in declareSymbols()
567 osec->sectionCommands.clear(); in processSectionCommands()
581 osec->sectionCommands.clear(); in processSectionCommands()
608 for (BaseCommand *&base : sectionCommands) in processSectionCommands()
624 sectionCommands.push_back(osec); in processSectionCommands()
827 sectionCommands.insert(sectionCommands.end(), v.begin(), v.end()); in addOrphanSections()
[all …]
H A DOutputSections.cpp103 if (sectionCommands.empty() || in recordSection()
104 !isa<InputSectionDescription>(sectionCommands.back())) in recordSection()
105 sectionCommands.push_back(make<InputSectionDescription>("")); in recordSection()
106 auto *isd = cast<InputSectionDescription>(sectionCommands.back()); in recordSection()
169 for (BaseCommand *base : sectionCommands) { in finalizeInputSections()
246 for (BaseCommand *b : sectionCommands) in sort()
370 for (BaseCommand *base : sectionCommands) in writeTo()
488 assert(sectionCommands.size() == 1); in sortCtorsDtors()
489 auto *isd = cast<InputSectionDescription>(sectionCommands[0]); in sortCtorsDtors()
508 for (BaseCommand *base : os->sectionCommands) in getFirstInputSection()
[all …]
H A DWriter.cpp336 for (BaseCommand *base : script->sectionCommands) in findSection()
796 for (BaseCommand *base : script->sectionCommands) { in addSectionSymbols()
805 if (i == sec->sectionCommands.end()) in addSectionSymbols()
1479 for (BaseCommand *b : sec->sectionCommands) in sortSection()
1506 assert(sec->sectionCommands.size() == 1); in sortSection()
1523 for (BaseCommand *base : script->sectionCommands) in sortInputSections()
1608 auto i = script->sectionCommands.begin(); in sortSections()
1609 auto e = script->sectionCommands.end(); in sortSections()
1782 for (BaseCommand *cmd : script->sectionCommands) in finalizeAddressDependentContent()
1912 for (BaseCommand *b : os->sectionCommands) in removeUnusedSyntheticSections()
[all …]
H A DScriptParser.cpp270 script->sectionCommands.push_back(cmd); in readLinkerScript()
284 script->sectionCommands.push_back(cmd); in readDefsym()
585 script->sectionCommands.insert(script->sectionCommands.end(), v.begin(), in readSections()
851 cmd->sectionCommands.push_back( in readOverlaySectionDescription()
887 cmd->sectionCommands.push_back(assign); in readOutputSectionDescription()
889 cmd->sectionCommands.push_back(data); in readOutputSectionDescription()
906 cmd->sectionCommands.push_back(readInputSectionDescription(tok)); in readOutputSectionDescription()
916 cmd->sectionCommands.push_back(isd); in readOutputSectionDescription()
H A DMapFile.cpp167 for (BaseCommand *base : script->sectionCommands) { in writeMapFile()
182 for (BaseCommand *base : osec->sectionCommands) { in writeMapFile()
H A DOutputSections.h85 std::vector<BaseCommand *> sectionCommands; variable
H A DRelocations.cpp69 for (BaseCommand *base : script->sectionCommands) in getLinkerScriptLocation()
616 if (osec->sectionCommands.empty() || in addCopyRelSymbol()
617 !isa<InputSectionDescription>(osec->sectionCommands.back())) in addCopyRelSymbol()
618 osec->sectionCommands.push_back(make<InputSectionDescription>("")); in addCopyRelSymbol()
619 auto *isd = cast<InputSectionDescription>(osec->sectionCommands.back()); in addCopyRelSymbol()
1654 for (BaseCommand *bc : os->sectionCommands) in forEachInputSectionDescription()
1831 for (BaseCommand *bc : tos->sectionCommands) { in getISThunkSec()
H A DICF.cpp552 for (BaseCommand *base : script->sectionCommands) in run()
554 for (BaseCommand *sub_base : sec->sectionCommands) in run()
H A DLinkerScript.h324 std::vector<BaseCommand *> sectionCommands; variable
H A DARMErrataFix.cpp528 for (BaseCommand *bc : os->sectionCommands) in createFixes()
H A DAArch64ErrataFix.cpp633 for (BaseCommand *bc : os->sectionCommands) in createFixes()
H A DSyntheticSections.cpp903 for (BaseCommand *cmd : os->sectionCommands) { in build()
2334 for (BaseCommand *base : script->sectionCommands) in isNeeded()
3653 for (BaseCommand *base : getParent()->sectionCommands) in isNeeded()
3667 for (BaseCommand *base : getParent()->sectionCommands) in finalizeContents()
H A DDriver.cpp2477 for (BaseCommand *base : script->sectionCommands) in link()