Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h899 class VersionTableSection final : public SyntheticSection {
901 VersionTableSection();
1324 std::unique_ptr<VersionTableSection> verSym;
H A DSyntheticSections.cpp3113 VersionTableSection::VersionTableSection() in VersionTableSection() function in VersionTableSection
3119 void VersionTableSection::finalizeContents() { in finalizeContents()
3125 size_t VersionTableSection::getSize() const { in getSize()
3129 void VersionTableSection::writeTo(uint8_t *buf) { in writeTo()
3140 bool VersionTableSection::isNeeded() const { in isNeeded()
H A DWriter.cpp429 part.verSym = std::make_unique<VersionTableSection>(); in createSyntheticSections()