Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h704 class HashTableSection final : public SyntheticSection {
706 HashTableSection();
1227 HashTableSection *hashTab;
H A DSyntheticSections.cpp2512 HashTableSection::HashTableSection() in HashTableSection() function in HashTableSection
2517 void HashTableSection::finalizeContents() { in finalizeContents()
2531 void HashTableSection::writeTo(uint8_t *buf) { in writeTo()
H A DWriter.cpp450 part.hashTab = make<HashTableSection>(); in createSyntheticSections()