Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h641 class HashTableSection final : public SyntheticSection {
643 HashTableSection();
1009 HashTableSection *HashTab;
H A DSyntheticSections.cpp2268 HashTableSection::HashTableSection() in HashTableSection() function in HashTableSection
2273 void HashTableSection::finalizeContents() { in finalizeContents()
2285 void HashTableSection::writeTo(uint8_t *Buf) { in writeTo()
H A DWriter.cpp354 In.HashTab = make<HashTableSection>(); in createSyntheticSections()