Home
last modified time | relevance | path

Searched refs:VersionTableSection (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h875 class VersionTableSection final : public SyntheticSection {
877 VersionTableSection();
1247 std::unique_ptr<VersionTableSection> verSym;
H A DSyntheticSections.cpp3128 VersionTableSection::VersionTableSection() in VersionTableSection() function in VersionTableSection
3134 void VersionTableSection::finalizeContents() { in finalizeContents()
3140 size_t VersionTableSection::getSize() const { in getSize()
3144 void VersionTableSection::writeTo(uint8_t *buf) { in writeTo()
3155 bool VersionTableSection::isNeeded() const { in isNeeded()
H A DWriter.cpp382 part.verSym = std::make_unique<VersionTableSection>(); in createSyntheticSections()