Lines Matching refs:OutputDesc
297 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in findSection()
500 auto *osd = dyn_cast<OutputDesc>(cmd); in addSectionSymbols()
768 const OutputSection *a = &cast<OutputDesc>(aCmd)->osec; in compareSections()
769 const OutputSection *b = &cast<OutputDesc>(bCmd)->osec; in compareSections()
905 auto *osd = dyn_cast<OutputDesc>(b); in getRankProximity()
939 OutputSection *sec = &cast<OutputDesc>(*e)->osec; in findOrphanPos()
966 (p == maxP && cast<OutputDesc>(*j)->osec.sortRank <= sec->sortRank)) { in findOrphanPos()
975 auto *osd = dyn_cast<OutputDesc>(cmd); in findOrphanPos()
988 if (cast<OutputDesc>(*i)->osec.sortRank <= sec->sortRank || mustAfter) { in findOrphanPos()
1234 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in sortInputSections()
1251 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in sortSections()
1258 [](SectionCommand *cmd) { return isa<OutputDesc>(cmd); }); in sortSections()
1316 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in sortOrphanSections()
1337 OutputSection *orphan = &cast<OutputDesc>(*nonScriptI)->osec; in sortOrphanSections()
1343 return cast<OutputDesc>(cmd)->osec.sortRank != rank; in sortOrphanSections()
1540 if (auto *osd = dyn_cast<OutputDesc>(cmd)) { in finalizeAddressDependentContent()
1705 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in finalizeSections()
1889 if (auto *osd = dyn_cast<OutputDesc>(cmd)) { in finalizeSections()