Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DWriter.cpp308 in.strTab = std::make_unique<StringTableSection>(".strtab", false); in createSyntheticSections()
309 in.symTab = std::make_unique<SymbolTableSection<ELFT>>(*in.strTab); in createSyntheticSections()
535 if (in.strTab) in createSyntheticSections()
536 add(*in.strTab); in createSyntheticSections()
2099 finalizeSynthetic(in.strTab.get()); in finalizeSections()
H A DSyntheticSections.h1283 std::unique_ptr<StringTableSection> strTab; member
H A DSyntheticSections.cpp3855 strTab.reset(); in reset()