Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DWriter.cpp350 in.strTab = std::make_unique<StringTableSection>(".strtab", false); in createSyntheticSections()
351 in.symTab = std::make_unique<SymbolTableSection<ELFT>>(*in.strTab); in createSyntheticSections()
594 if (in.strTab) in createSyntheticSections()
595 add(*in.strTab); in createSyntheticSections()
2181 finalizeSynthetic(in.strTab.get()); in finalizeSections()
H A DSyntheticSections.h1363 std::unique_ptr<StringTableSection> strTab; member
H A DSyntheticSections.cpp3866 strTab.reset(); in reset()