Lines Matching refs:ThunkSection
1821 auto *ta = dyn_cast<ThunkSection>(a); in mergeCmp()
1822 auto *tb = dyn_cast<ThunkSection>(b); in mergeCmp()
1951 [](const std::pair<ThunkSection *, uint32_t> &ts) { in mergeThunks() argument
1958 std::vector<ThunkSection *> newThunks; in mergeThunks()
1959 for (std::pair<ThunkSection *, uint32_t> ts : isd->thunkSections) in mergeThunks()
1963 [](const ThunkSection *a, const ThunkSection *b) { in mergeThunks()
1995 ThunkSection *ThunkCreator::getISDThunkSec(OutputSection *os, in getISDThunkSec()
2002 for (std::pair<ThunkSection *, uint32_t> tp : isd->thunkSections) { in getISDThunkSec()
2003 ThunkSection *ts = tp.first; in getISDThunkSec()
2030 ThunkSection *ThunkCreator::getISThunkSec(InputSection *isec) { in getISThunkSec()
2031 ThunkSection *ts = thunkedSections.lookup(isec); in getISThunkSec()
2107 ThunkSection *ThunkCreator::addThunkSection(OutputSection *os, in addThunkSection()
2110 auto *ts = make<ThunkSection>(os, off); in addThunkSection()
2268 ThunkSection *ts; in createThunks()