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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h154 class GnuPropertySection : public SyntheticSection { class in namespace:lld::elf
156 GnuPropertySection();
H A DSyntheticSections.cpp303 GnuPropertySection::GnuPropertySection() function in class:GnuPropertySection
307 void GnuPropertySection::writeTo(uint8_t *buf) {
323 size_t GnuPropertySection::getSize() const { return config->is64 ? 32 : 28; }
H A DWriter.cpp558 add(make<GnuPropertySection>());

Completed in 116 milliseconds