Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h694 class HashTableSection final : public SyntheticSection {
696 HashTableSection();
1240 std::unique_ptr<HashTableSection> hashTab;
H A DSyntheticSections.cpp2492 HashTableSection::HashTableSection() in HashTableSection() function in HashTableSection
2497 void HashTableSection::finalizeContents() { in finalizeContents()
2511 void HashTableSection::writeTo(uint8_t *buf) { in writeTo()
H A DWriter.cpp399 part.hashTab = std::make_unique<HashTableSection>(); in createSyntheticSections()