Lines Matching refs:ThunkSection
1629 auto *ta = dyn_cast<ThunkSection>(a); in mergeCmp()
1630 auto *tb = dyn_cast<ThunkSection>(b); in mergeCmp()
1759 [](const std::pair<ThunkSection *, uint32_t> &ts) { in mergeThunks() argument
1766 std::vector<ThunkSection *> newThunks; in mergeThunks()
1767 for (std::pair<ThunkSection *, uint32_t> ts : isd->thunkSections) in mergeThunks()
1771 [](const ThunkSection *a, const ThunkSection *b) { in mergeThunks()
1790 ThunkSection *ThunkCreator::getISDThunkSec(OutputSection *os, in getISDThunkSec()
1795 for (std::pair<ThunkSection *, uint32_t> tp : isd->thunkSections) { in getISDThunkSec()
1796 ThunkSection *ts = tp.first; in getISDThunkSec()
1823 ThunkSection *ThunkCreator::getISThunkSec(InputSection *isec) { in getISThunkSec()
1824 ThunkSection *ts = thunkedSections.lookup(isec); in getISThunkSec()
1900 ThunkSection *ThunkCreator::addThunkSection(OutputSection *os, in addThunkSection()
1903 auto *ts = make<ThunkSection>(os, off); in addThunkSection()
2072 ThunkSection *ts; in createThunks()