Searched refs:thunkSections (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h182 std::vector<std::pair<ThunkSection *, uint32_t>> thunkSections; member in struct:lld::elf::InputSectionDescription
H A DRelocations.cpp1620 if (isd->thunkSections.empty())
1624 llvm::erase_if(isd->thunkSections,
1633 for (std::pair<ThunkSection *, uint32_t> ts : isd->thunkSections)
1659 for (std::pair<ThunkSection *, uint32_t> tp : isd->thunkSections) {
1797 isd->thunkSections.push_back({ts, pass});
1950 for (auto &p : isd->thunkSections)

Completed in 112 milliseconds