Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h709 class HashTableSection final : public SyntheticSection {
711 HashTableSection();
1316 std::unique_ptr<HashTableSection> hashTab;
H A DSyntheticSections.cpp2476 HashTableSection::HashTableSection() in HashTableSection() function in HashTableSection
2481 void HashTableSection::finalizeContents() { in finalizeContents()
2495 void HashTableSection::writeTo(uint8_t *buf) { in writeTo()
H A DWriter.cpp446 part.hashTab = std::make_unique<HashTableSection>(); in createSyntheticSections()