Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h724 class HashTableSection final : public SyntheticSection {
726 HashTableSection(Ctx &);
1517 std::unique_ptr<HashTableSection> hashTab;
H A DSyntheticSections.cpp2561 HashTableSection::HashTableSection(Ctx &ctx) in HashTableSection() function in HashTableSection
2566 void HashTableSection::finalizeContents() { in finalizeContents()
2580 void HashTableSection::writeTo(uint8_t *buf) { in writeTo()
4848 part.hashTab = std::make_unique<HashTableSection>(ctx); in createSyntheticSections()