Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1037 class VersionTableSection final : public SyntheticSection {
1039 VersionTableSection();
1471 std::unique_ptr<VersionTableSection> verSym;
H A DSyntheticSections.cpp3725 VersionTableSection::VersionTableSection() in VersionTableSection() function in VersionTableSection
3731 void VersionTableSection::finalizeContents() { in finalizeContents()
3737 size_t VersionTableSection::getSize() const { in getSize()
3741 void VersionTableSection::writeTo(uint8_t *buf) { in writeTo()
3752 bool VersionTableSection::isNeeded() const { in isNeeded()
4760 part.verSym = std::make_unique<VersionTableSection>(); in createSyntheticSections()