Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp271 getSymbolAssignmentValues(ArrayRef<SectionCommand *> sectionCommands) { in getSymbolAssignmentValues() argument
273 for (SectionCommand *cmd : sectionCommands) { in getSymbolAssignmentValues()
314 auto from = llvm::find_if(sectionCommands, [&](SectionCommand *subCmd) { in processInsertCommands()
318 if (from == sectionCommands.end()) in processInsertCommands()
321 sectionCommands.erase(from); in processInsertCommands()
325 llvm::find_if(sectionCommands, [&cmd](SectionCommand *subCmd) { in processInsertCommands()
329 if (insertPos == sectionCommands.end()) { in processInsertCommands()
335 sectionCommands.insert(insertPos, moves.begin(), moves.end()); in processInsertCommands()
346 for (SectionCommand *cmd : sectionCommands) { in declareSymbols()
711 for (SectionCommand *&base : sectionCommands) in processSectionCommands()
[all …]
H A DWriter.cpp296 for (SectionCommand *cmd : script->sectionCommands) in findSection()
499 for (SectionCommand *cmd : script->sectionCommands) { in addSectionSymbols()
1233 for (SectionCommand *cmd : script->sectionCommands) in sortInputSections()
1250 for (SectionCommand *cmd : script->sectionCommands) in sortSections()
1257 script->sectionCommands.begin(), script->sectionCommands.end(), in sortSections()
1259 std::stable_sort(script->sectionCommands.begin(), mid, compareSections); in sortSections()
1313 auto i = script->sectionCommands.begin(); in sortOrphanSections()
1314 auto e = script->sectionCommands.end(); in sortOrphanSections()
1539 for (SectionCommand *cmd : script->sectionCommands) in finalizeAddressDependentContent()
1704 for (SectionCommand *cmd : script->sectionCommands) in finalizeSections()
[all …]
H A DMapFile.cpp161 for (SectionCommand *cmd : script->sectionCommands) { in writeMapFile()
H A DLinkerScript.h382 SmallVector<SectionCommand *, 0> sectionCommands; variable
H A DScriptParser.cpp289 script->sectionCommands.push_back(cmd); in readLinkerScript()
304 script->sectionCommands.push_back(cmd); in readDefsym()
647 script->sectionCommands.insert(script->sectionCommands.end(), v.begin(), in readSections()
H A DICF.cpp580 for (SectionCommand *cmd : script->sectionCommands) in run()
H A DRelocations.cpp69 for (SectionCommand *cmd : script->sectionCommands) in getLinkerScriptLocation()
H A DSyntheticSections.cpp2344 for (SectionCommand *cmd : script->sectionCommands) in isNeeded()
4629 for (SectionCommand *cmd : script->sectionCommands) in findSection()
H A DDriver.cpp3167 for (SectionCommand *cmd : script->sectionCommands) in link()