Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h707 class HashTableSection final : public SyntheticSection {
709 HashTableSection();
1253 std::unique_ptr<HashTableSection> hashTab;
H A DSyntheticSections.cpp2449 HashTableSection::HashTableSection() in HashTableSection() function in HashTableSection
2454 void HashTableSection::finalizeContents() { in finalizeContents()
2468 void HashTableSection::writeTo(uint8_t *buf) { in writeTo()
H A DWriter.cpp381 part.hashTab = std::make_unique<HashTableSection>(); in createSyntheticSections()