Searched refs:thunkSections (Results 1 – 2 of 2) sorted by relevance
1946 if (isd->thunkSections.empty()) in mergeThunks()1950 llvm::erase_if(isd->thunkSections, in mergeThunks()1959 for (std::pair<ThunkSection *, uint32_t> ts : isd->thunkSections) in mergeThunks()2002 for (std::pair<ThunkSection *, uint32_t> tp : isd->thunkSections) { in getISDThunkSec()2143 isd->thunkSections.push_back({ts, pass}); in addThunkSection()2288 for (auto &p : isd->thunkSections) in createThunks()
224 SmallVector<std::pair<ThunkSection *, uint32_t>, 0> thunkSections; variable