Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp4487 strTab.reset(); in reset()
4676 in.strTab = std::make_unique<StringTableSection>(".strtab", false); in createSyntheticSections()
4677 in.symTab = std::make_unique<SymbolTableSection<ELFT>>(*in.strTab); in createSyntheticSections()
4923 if (in.strTab) in createSyntheticSections()
4924 add(*in.strTab); in createSyntheticSections()
H A DSyntheticSections.h1512 std::unique_ptr<StringTableSection> strTab; member
H A DWriter.cpp1967 finalizeSynthetic(in.strTab.get()); in finalizeSections()