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 DConfig.h599 std::unique_ptr<StringTableSection> strTab; member
H A DSyntheticSections.cpp4745 ctx.in.strTab = std::make_unique<StringTableSection>(ctx, ".strtab", false); in createSyntheticSections()
4747 std::make_unique<SymbolTableSection<ELFT>>(ctx, *ctx.in.strTab); in createSyntheticSections()
5000 if (ctx.in.strTab) in createSyntheticSections()
5001 add(*ctx.in.strTab); in createSyntheticSections()
H A DWriter.cpp2086 finalizeSynthetic(ctx, ctx.in.strTab.get()); in finalizeSections()