Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h145 class GnuPropertySection final : public SyntheticSection {
147 GnuPropertySection();
H A DSyntheticSections.cpp316 GnuPropertySection::GnuPropertySection() in GnuPropertySection() function in GnuPropertySection
320 void GnuPropertySection::writeTo(uint8_t *buf) { in writeTo()
348 size_t GnuPropertySection::getSize() const { in getSize()
4898 add(*make<GnuPropertySection>()); in createSyntheticSections()