Lines Matching refs:ThunkSection
1710 auto *ta = dyn_cast<ThunkSection>(a); in mergeCmp()
1711 auto *tb = dyn_cast<ThunkSection>(b); in mergeCmp()
1840 [](const std::pair<ThunkSection *, uint32_t> &ts) { in mergeThunks() argument
1847 std::vector<ThunkSection *> newThunks; in mergeThunks()
1848 for (std::pair<ThunkSection *, uint32_t> ts : isd->thunkSections) in mergeThunks()
1852 [](const ThunkSection *a, const ThunkSection *b) { in mergeThunks()
1884 ThunkSection *ThunkCreator::getISDThunkSec(OutputSection *os, in getISDThunkSec()
1891 for (std::pair<ThunkSection *, uint32_t> tp : isd->thunkSections) { in getISDThunkSec()
1892 ThunkSection *ts = tp.first; in getISDThunkSec()
1919 ThunkSection *ThunkCreator::getISThunkSec(InputSection *isec) { in getISThunkSec()
1920 ThunkSection *ts = thunkedSections.lookup(isec); in getISThunkSec()
1996 ThunkSection *ThunkCreator::addThunkSection(OutputSection *os, in addThunkSection()
1999 auto *ts = make<ThunkSection>(os, off); in addThunkSection()
2157 ThunkSection *ts; in createThunks()