Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.cpp1688 if (isd->thunkSections.empty()) in mergeThunks()
1692 llvm::erase_if(isd->thunkSections, in mergeThunks()
1701 for (std::pair<ThunkSection *, uint32_t> ts : isd->thunkSections) in mergeThunks()
1727 for (std::pair<ThunkSection *, uint32_t> tp : isd->thunkSections) { in getISDThunkSec()
1865 isd->thunkSections.push_back({ts, pass}); in addThunkSection()
2018 for (auto &p : isd->thunkSections) in createThunks()
DLinkerScript.h202 std::vector<std::pair<ThunkSection *, uint32_t>> thunkSections; variable