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.h718 class HashTableSection final : public SyntheticSection {
720 HashTableSection();
1462 std::unique_ptr<HashTableSection> hashTab;
H A DSyntheticSections.cpp2497 HashTableSection::HashTableSection() in HashTableSection() function in HashTableSection
2502 void HashTableSection::finalizeContents() { in finalizeContents()
2516 void HashTableSection::writeTo(uint8_t *buf) { in writeTo()
4777 part.hashTab = std::make_unique<HashTableSection>(); in createSyntheticSections()