Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.h660 class HashTableSection final : public SyntheticSection {
662 HashTableSection();
1183 HashTableSection *hashTab;
DSyntheticSections.cpp2450 HashTableSection::HashTableSection() in HashTableSection() function in HashTableSection
2455 void HashTableSection::finalizeContents() { in finalizeContents()
2469 void HashTableSection::writeTo(uint8_t *buf) { in writeTo()
DWriter.cpp450 part.hashTab = make<HashTableSection>(); in createSyntheticSections()