Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1492 if (part.hashTab && part.hashTab->getParent()) in computeContents()
1493 addInSec(DT_HASH, *part.hashTab); in computeContents()
4777 part.hashTab = std::make_unique<HashTableSection>(); in createSyntheticSections()
4778 add(*part.hashTab); in createSyntheticSections()
H A DSyntheticSections.h1462 std::unique_ptr<HashTableSection> hashTab; member
H A DWriter.cpp1998 finalizeSynthetic(part.hashTab.get()); in finalizeSections()