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.cpp1546 if (part.hashTab && part.hashTab->getParent()) in computeContents()
1547 addInSec(DT_HASH, *part.hashTab); in computeContents()
4848 part.hashTab = std::make_unique<HashTableSection>(ctx); in createSyntheticSections()
4849 add(*part.hashTab); in createSyntheticSections()
H A DSyntheticSections.h1517 std::unique_ptr<HashTableSection> hashTab; member
H A DWriter.cpp2117 finalizeSynthetic(ctx, part.hashTab.get()); in finalizeSections()