Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h159 class GnuPropertySection : public SyntheticSection {
161 GnuPropertySection();
H A DSyntheticSections.cpp304 GnuPropertySection::GnuPropertySection() in GnuPropertySection() function in GnuPropertySection
308 void GnuPropertySection::writeTo(uint8_t *buf) { in writeTo()
324 size_t GnuPropertySection::getSize() const { return config->is64 ? 32 : 28; } in getSize()
H A DWriter.cpp520 add(*make<GnuPropertySection>()); in createSyntheticSections()