Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DMapFile.cpp176 for (SectionCommand *subCmd : osec->commands) { in writeMapFile()
177 if (auto *isd = dyn_cast<InputSectionDescription>(subCmd)) { in writeMapFile()
193 if (auto *data = dyn_cast<ByteCommand>(subCmd)) { in writeMapFile()
200 if (auto *assign = dyn_cast<SymbolAssignment>(subCmd)) { in writeMapFile()
H A DLinkerScript.cpp282 for (SectionCommand *subCmd : cast<OutputDesc>(cmd)->osec.commands) in getSymbolAssignmentValues()
283 if (auto *assign = dyn_cast<SymbolAssignment>(subCmd)) in getSymbolAssignmentValues()
313 auto from = llvm::find_if(sectionCommands, [&](SectionCommand *subCmd) { in processInsertCommands() argument
314 return isa<OutputDesc>(subCmd) && in processInsertCommands()
315 cast<OutputDesc>(subCmd)->osec.name == name; in processInsertCommands()
324 llvm::find_if(sectionCommands, [&cmd](SectionCommand *subCmd) { in processInsertCommands() argument
325 auto *to = dyn_cast<OutputDesc>(subCmd); in processInsertCommands()
695 for (SectionCommand *subCmd : cast<OutputDesc>(cmd)->osec.commands) in processSymbolAssignments()
696 if (auto *assign = dyn_cast<SymbolAssignment>(subCmd)) in processSymbolAssignments()
H A DICF.cpp572 for (SectionCommand *subCmd : osd->osec.commands) in run()
573 if (auto *isd = dyn_cast<InputSectionDescription>(subCmd)) in run()