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.h1053 class VersionTableSection final : public SyntheticSection {
1055 VersionTableSection(Ctx &);
1526 std::unique_ptr<VersionTableSection> verSym;
H A DSyntheticSections.cpp3817 VersionTableSection::VersionTableSection(Ctx &ctx) in VersionTableSection() function in VersionTableSection
3823 void VersionTableSection::finalizeContents() { in finalizeContents()
3828 size_t VersionTableSection::getSize() const { in getSize()
3832 void VersionTableSection::writeTo(uint8_t *buf) { in writeTo()
3843 bool VersionTableSection::isNeeded() const { in isNeeded()
4831 part.verSym = std::make_unique<VersionTableSection>(ctx); in createSyntheticSections()