Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp292 getSymbolAssignmentValues(ArrayRef<SectionCommand *> sectionCommands) { in getSymbolAssignmentValues() argument
294 for (SectionCommand *cmd : sectionCommands) { in getSymbolAssignmentValues()
338 auto from = llvm::find_if(sectionCommands, [&](SectionCommand *subCmd) { in processInsertCommands()
342 if (from == sectionCommands.end()) in processInsertCommands()
345 sectionCommands.erase(from); in processInsertCommands()
349 llvm::find_if(sectionCommands, [&cmd](SectionCommand *subCmd) { in processInsertCommands()
353 if (insertPos == sectionCommands.end()) { in processInsertCommands()
359 sectionCommands.insert(insertPos, moves.begin(), moves.end()); in processInsertCommands()
370 for (SectionCommand *cmd : sectionCommands) { in declareSymbols()
776 for (SectionCommand *&base : sectionCommands) { in processSectionCommands()
[all …]
H A DWriter.cpp310 for (SectionCommand *cmd : ctx.script->sectionCommands) in findSection()
517 for (SectionCommand *cmd : ctx.script->sectionCommands) { in addSectionSymbols()
1280 for (SectionCommand *cmd : ctx.script->sectionCommands) in sortInputSections()
1297 for (SectionCommand *cmd : ctx.script->sectionCommands) in sortSections()
1304 ctx.script->sectionCommands.begin(), ctx.script->sectionCommands.end(), in sortSections()
1307 ctx.script->sectionCommands.begin(), mid, in sortSections()
1362 auto i = ctx.script->sectionCommands.begin(); in sortOrphanSections()
1363 auto e = ctx.script->sectionCommands.end(); in sortOrphanSections()
1627 for (SectionCommand *cmd : ctx.script->sectionCommands) { in finalizeAddressDependentContent()
1806 for (SectionCommand *cmd : ctx.script->sectionCommands) in finalizeSections()
[all …]
H A DMapFile.cpp162 for (SectionCommand *cmd : ctx.script->sectionCommands) { in writeMapFile()
H A DLinkerScript.h415 SmallVector<SectionCommand *, 0> sectionCommands; variable
H A DScriptParser.cpp280 ctx.script->sectionCommands.push_back(cmd); in readLinkerScript()
298 ctx.script->sectionCommands.push_back(cmd); in readDefsym()
683 ctx.script->sectionCommands.insert(ctx.script->sectionCommands.end(), in readSections()
H A DICF.cpp574 for (SectionCommand *cmd : ctx.script->sectionCommands) in run()
H A DSyntheticSections.cpp2407 for (SectionCommand *cmd : ctx.script->sectionCommands) in isNeeded()
4702 for (SectionCommand *cmd : ctx.script->sectionCommands) in findSection()
H A DDriver.cpp3477 for (SectionCommand *cmd : ctx.script->sectionCommands) in link()