Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp4489 symTabShndx.reset(); in reset()
4678 in.symTabShndx = std::make_unique<SymtabShndxSection>(); in createSyntheticSections()
4920 if (in.symTabShndx) in createSyntheticSections()
4921 add(*in.symTabShndx); in createSyntheticSections()
H A DSyntheticSections.h1514 std::unique_ptr<SymtabShndxSection> symTabShndx; member
H A DWriter.cpp1965 finalizeSynthetic(in.symTabShndx.get()); in finalizeSections()