Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h72 class RelroPaddingSection; variable
580 std::unique_ptr<RelroPaddingSection> relroPadding;
H A DSyntheticSections.h799 class RelroPaddingSection final : public SyntheticSection {
801 RelroPaddingSection(Ctx &);
H A DSyntheticSections.cpp2794 RelroPaddingSection::RelroPaddingSection(Ctx &ctx) in RelroPaddingSection() function in RelroPaddingSection
4930 ctx.in.relroPadding = std::make_unique<RelroPaddingSection>(ctx); in createSyntheticSections()