Home
last modified time | relevance | path

Searched refs:thunkSections (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DRelocations.cpp1835 if (isd->thunkSections.empty()) in mergeThunks()
1839 llvm::erase_if(isd->thunkSections, in mergeThunks()
1848 for (std::pair<ThunkSection *, uint32_t> ts : isd->thunkSections) in mergeThunks()
1891 for (std::pair<ThunkSection *, uint32_t> tp : isd->thunkSections) { in getISDThunkSec()
2032 isd->thunkSections.push_back({ts, pass}); in addThunkSection()
2177 for (auto &p : isd->thunkSections) in createThunks()
H A DLinkerScript.h216 SmallVector<std::pair<ThunkSection *, uint32_t>, 0> thunkSections; variable