Home
last modified time | relevance | path

Searched refs:GnuPropertySection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h153 class GnuPropertySection final : public SyntheticSection {
155 GnuPropertySection(Ctx &);
H A DSyntheticSections.cpp320 GnuPropertySection::GnuPropertySection(Ctx &ctx) in GnuPropertySection() function in GnuPropertySection
324 void GnuPropertySection::writeTo(uint8_t *buf) { in writeTo()
365 size_t GnuPropertySection::getSize() const { in getSize()
4970 ctx.in.gnuProperty = std::make_unique<GnuPropertySection>(ctx); in createSyntheticSections()