Lines Matching refs:OutputDesc
317 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in findSection()
786 auto *osd = dyn_cast<OutputDesc>(cmd); in addSectionSymbols()
1041 const OutputSection *a = &cast<OutputDesc>(aCmd)->osec; in compareSections()
1042 const OutputSection *b = &cast<OutputDesc>(bCmd)->osec; in compareSections()
1178 auto *osd = dyn_cast<OutputDesc>(b); in getRankProximity()
1210 OutputSection *sec = &cast<OutputDesc>(*e)->osec; in findOrphanPos()
1230 if (!isa<OutputDesc>(*i)) in findOrphanPos()
1232 auto foundSec = &cast<OutputDesc>(*i)->osec; in findOrphanPos()
1246 auto *curSecDesc = dyn_cast<OutputDesc>(*i); in findOrphanPos()
1255 auto *osd = dyn_cast<OutputDesc>(cmd); in findOrphanPos()
1504 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in sortInputSections()
1521 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in sortSections()
1528 [](SectionCommand *cmd) { return isa<OutputDesc>(cmd); }); in sortSections()
1586 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in sortOrphanSections()
1607 OutputSection *orphan = &cast<OutputDesc>(*nonScriptI)->osec; in sortOrphanSections()
1613 return cast<OutputDesc>(cmd)->osec.sortRank != rank; in sortOrphanSections()
1768 if (auto *osd = dyn_cast<OutputDesc>(cmd)) { in finalizeAddressDependentContent()
1921 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in finalizeSections()
2104 if (auto *osd = dyn_cast<OutputDesc>(cmd)) { in finalizeSections()