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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h188 std::vector<std::pair<ThunkSection *, uint32_t>> thunkSections; member in struct:lld::elf::InputSectionDescription
H A DRelocations.cpp1655 if (isd->thunkSections.empty())
1659 llvm::erase_if(isd->thunkSections,
1668 for (std::pair<ThunkSection *, uint32_t> ts : isd->thunkSections)
1694 for (std::pair<ThunkSection *, uint32_t> tp : isd->thunkSections) {
1832 isd->thunkSections.push_back({ts, pass});
1985 for (auto &p : isd->thunkSections)

Completed in 68 milliseconds